Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-25Merge pull request #83 from redruin1/mainHEADmainMax Bo Johan Danielsson
Fix for `stb_image` heightmaps, using iterator incorrectly, and (I believe) some faulty logic
2022-10-24formatting fixesredruin1
2022-10-23added error checks on all zip/unz functionsredruin1
better to do a bunch of mostly useless checks now in case any of the state machine calls actually fail I'm open to different ways of achieving this effect though if this is too clunky
2022-10-19Fix(?) for obscure 0.0 deltatime Linux crashRed
2022-10-19fixed object message bug caused on level resetredruin1
Bug would appear only during the death menu that pops up when you die, seems someone got so hasty changing all the for loops to iterators the neglected to heed their own comments above them also removed incorrect `unzClose` call as well, leads to a double free due to my misunderstanding
2022-10-18cleanup push to test linux build for bugsredruin1
2022-10-17fixed stbi heightmap loadingredruin1
minor formatting changes as well
2022-05-12Merge pull request #67 from feliwir/fix-clang-checkNeal Gompa (ニール・ゴンパ)
Exclude unused header extension from format check
2022-05-12Merge pull request #68 from feliwir/remove-theora-depNeal Gompa (ニール・ゴンパ)
Remove theora dependency
2022-05-10Remove theora usage from OGStephan Vedder
2022-05-10Remove libtheoraStephan Vedder
2022-05-10Remove unused librariesStephan Vedder
2022-05-10Fix pattern dectectionStephan Vedder
2022-05-10Fix exclude-regexStephan Vedder
2022-05-10Add steam RT compilation workflow (#55)Stephan Vedder
2022-05-10Exclude unused header styleStephan Vedder
2022-05-10Merge pull request #58 from feliwir/replace-freeimageMax Danielsson
Replace freeimage
2022-05-10Remove freeimage referenceStephan Vedder
2022-05-10Remove freeimage includeStephan Vedder
2022-05-10Replace freeimageStephan Vedder
2022-05-10Merge pull request #65 from feliwir/modularizeMax Danielsson
Create common compat library
2022-05-10Merge pull request #66 from feliwir/clang-formatMax Danielsson
Clang format
2022-05-09Rename targetsStephan Vedder
2022-05-09Apply formattingStephan Vedder
2022-05-09Remove redundant slashStephan Vedder
2022-05-06Add format checkStephan Vedder
2022-05-06Add clang-format fileStephan Vedder
2022-05-06Use clang-tidy to find performance issues (#60)Stephan Vedder
Use the clang-tidy static code analyzer to find any performance issues within our source code. I've applied the following checks: performance-faster-string-find: find any string find algorithms that can be improved performance-for-range-copy: avoid unnecessary copies inside range based for loops performance-inefficient-vector-operation: when growing a vector inside a loop, reserve the size before performance-type-promotion-in-math-fn: avoid calling double variants of math functions if the input & output is a float performance-unnecessary-copy-initialization: avoid creating any local variable which could be references
2022-05-06Merge pull request #63 from feliwir/msvc17-fixMax Danielsson
Add VS2019 runner
2022-05-06More cleanupStephan Vedder
2022-05-06Merge pull request #62 from feliwir/clang-tidy-overrideNeal Gompa (ニール・ゴンパ)
Use override keyword where applicable
2022-05-06Merge pull request #61 from feliwir/clang-tidy-modernizeNeal Gompa (ニール・ゴンパ)
Use range based loops where applicable
2022-05-06Merge pull request #59 from feliwir/fix-image-samplerNeal Gompa (ニール・ゴンパ)
Allow to disable DDS image search
2022-05-05Link cocoa for macosStephan Vedder
2022-05-05Link CoreFoundationStephan Vedder
2022-05-05Simplify buildStephan Vedder
2022-05-05Revert changes in datemodified.cppStephan Vedder
2022-05-05Only ad VS2019Stephan Vedder
2022-05-05Fix VS2017 buildStephan Vedder
2022-05-04Remove non existant source entriesStephan Vedder
2022-05-04Cleanup logging targetStephan Vedder
2022-05-04Add ctime include in datemodified to fix compile issue on vs2017Max Danielsson
2022-05-04Use override keyword where applicableStephan Vedder
2022-05-04FixesStephan Vedder
2022-05-04Manually improve generated changesStephan Vedder
2022-05-04Use range based loops where applicableStephan Vedder
2022-05-04Allow to disable DDS image searchStephan Vedder
2022-05-03Merge pull request #49 from feliwir/careful-cmake-upgradeNeal Gompa (ニール・ゴンパ)
Careful CMake upgrade
2022-05-03Readd project for bullet physicsStephan Vedder
2022-05-03Remove warnings caused by old CMake versionsStephan Vedder