summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2021-07-31Summarize SVN history in changelogNguyễn Gia Phong
2021-07-26Fix untested positional sounds 1.3.3Nguyễn Gia Phong
2021-07-26Remove unused alert codeNguyễn Gia Phong
2021-07-26Deprecate TGA loaderNguyễn Gia Phong
2021-07-26Gives everyone footstep soundNguyễn Gia Phong
2021-07-26Move Highscore outNguyễn Gia Phong
2021-07-26Make g++ and zig c++ happyNguyễn Gia Phong
2021-07-26Fix positional sounds 1.3.2Nguyễn Gia Phong
2021-07-25Migrate more sounds to origin listenerNguyễn Gia Phong
2021-07-25Move listener to originNguyễn Gia Phong
2021-07-25Split out mouseLookNguyễn Gia Phong
2021-07-25Split out handleTogglesNguyễn Gia Phong
2021-07-25Reindent GameTickNguyễn Gia Phong
2021-07-24Reindent Game.hNguyễn Gia Phong
2021-07-24Refactor menu handlingNguyễn Gia Phong
2021-07-24Refactor parts gdb points to when crashedNguyễn Gia Phong
Zig and gdb don't seem to play well with each other.
2021-07-02Fix black shades drawingNguyễn Gia Phong
2021-07-02Favor auto& over autoNguyễn Gia Phong
2021-07-02Refactor firing decisionNguyễn Gia Phong
2021-07-02Fix array out of bound in tacklingNguyễn Gia Phong
Also Debian updated OpenAL (-;
2021-07-01Reformat GameLoop.cppNguyễn Gia Phong
2021-07-01Clean up legacy Mac OS 9 handlingNguyễn Gia Phong
2021-06-23Fix costume array out of boundNguyễn Gia Phong
2021-06-23Finish reformatting DrawSkeletonNguyễn Gia Phong
2021-06-22Refactor weapon drawerNguyễn Gia Phong
2021-06-22Refactor draw_{joint,muscle}Nguyễn Gia Phong
2021-06-22Fix out of bound index and clean upNguyễn Gia Phong
2021-06-22Fix gibberish text 1.3.0Nguyễn Gia Phong
Technically other textures are still upside-down though.
2021-06-22Fix possible division by zero and clean upNguyễn Gia Phong
2021-06-22Revert 'Give VIP a short hand'Nguyễn Gia Phong
This somehow makes the VIP disappear.
2021-06-22Give VIP a short handNguyễn Gia Phong
Zig build's crash point is somehow here but it seems irrelevant.
2021-06-22Require OGG and clean upNguyễn Gia Phong
2021-06-22Replace SDL_image with stb for texture loadingNguyễn Gia Phong
This fixes the legal issues with the non-free Textures source files and allow Zig to compile the game. However, the texts are now loaded incorrectly.
2021-06-22Remove Mac OS 9 specific codeNguyễn Gia Phong
Except for MacInput, which is used for all keys unfortunately.
2021-06-21Remove trailing whitespaces and duplicated blank lines 1.2.0Nguyễn Gia Phong
2021-06-21Improve C++17 compatibilityNguyễn Gia Phong
2021-06-17Resolve trivial warningsNguyễn Gia Phong
2021-06-17Rename source and build directory 1.1.1Nguyễn Gia Phong