summary refs log tree commit diff
path: root/src/GameTick.cpp
AgeCommit message (Collapse)Author
2022-02-23Stop spawning enemies in the same blockNguyễn Gia Phong
The regression was introduced by 92367ddf025c ("Simplify NPC spawning").
2022-02-22Make sure NPC is only initialized onceNguyễn Gia Phong
This fixes leaked weapons introduced by 92367ddf025c ("Simplify NPC spawning").
2022-02-19Move zombie control to separate functionNguyễn Gia Phong
2022-02-17Reindent grenade collision handlingNguyễn Gia Phong
2022-02-17Slow down zombie healingNguyễn Gia Phong
2022-02-17Group bleeding rendering code togetherNguyễn Gia Phong
2022-02-17Move recoil handling to own functionNguyễn Gia Phong
2022-02-17Make laser always and only availble in 3rd personNguyễn Gia Phong
This breaks configuration backward compatibility.
2022-02-17Move blood sprite drawing to separate functionNguyễn Gia Phong
2022-02-17Fix shotgun laser aim 2.4.8Nguyễn Gia Phong
2022-02-17Disable laser for sniper rifleNguyễn Gia Phong
360 no scope are only for those worthy.
2022-02-06Only draw laser when it is possible to shootNguyễn Gia Phong
2022-02-06Move tackling to separate functionNguyễn Gia Phong
2022-02-02Separate player's close range attack handlingNguyễn Gia Phong
2022-02-02Restore respawning off-vision NPCNguyễn Gia Phong
2022-02-01Simplify NPC spawningNguyễn Gia Phong
2022-01-31Move person collision to separate functionNguyễn Gia Phong
2022-01-30Move nextLevel to own functionNguyễn Gia Phong
2021-12-11Covert misc Game methods to C 2.4.6Nguyễn Gia Phong
2021-12-11Test and fix C-compat for Quarternions.hNguyễn Gia Phong
2021-12-09Make XYZ C-compatibleNguyễn Gia Phong
2021-11-29Use more efficient PRNGNguyễn Gia Phong
2021-10-31Restore menu buttons behaviorNguyễn Gia Phong
2021-10-30Eradicate Skeleton.jointlabelsNguyễn Gia Phong
2021-10-28Reorganize key mappingsNguyễn Gia Phong
2021-10-20Move scores tracking to user dataNguyễn Gia Phong
2021-10-02Clean up unused functions and style 2.4.0Nguyễn Gia Phong
2021-10-01Change a few more soundsNguyễn Gia Phong
2021-10-01Remove Skeleton.num_jointsNguyễn Gia Phong
2021-09-29Convert skeletal data to TSV and embed in srcNguyễn Gia Phong
2021-09-24Replace a few sound effectsNguyễn Gia Phong
2021-09-18Use zeal for sound loadingNguyễn Gia Phong
Effectively vorbisfile is replaced by libsndfile, which can support formats other than Ogg Vorbis.
2021-09-16Fix persistent zooming 2.3.0Nguyễn Gia Phong
2021-09-16Tweak control system to mirror OvergrowthNguyễn Gia Phong
2021-09-15Move mouse look to callbackNguyễn Gia Phong
2021-09-14Force menu and hardware cursorNguyễn Gia Phong
2021-09-14Simplify FPS calculationNguyễn Gia Phong
2021-09-11Move keyboard toggles to event-basedNguyễn Gia Phong
2021-09-11Handle key callbackNguyễn Gia Phong
2021-09-10Fix camera lookNguyễn Gia Phong
2021-09-10Replace SDL by GLFWNguyễn Gia Phong
SDL 1 was deprecated. Mouse look and meta control keys are broken as of this commit.
2021-08-13Extern C eventLoopNguyễn Gia Phong
2021-08-13Extern C initGameNguyễn Gia Phong
2021-07-31Summarize SVN history in changelogNguyễn Gia Phong
2021-07-26Fix untested positional sounds 1.3.3Nguyễ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