Commit Graph

9448 Commits (ce4beba03a7e66b7c30bd4693c917d40a617a457)

Author SHA1 Message Date
Martin Gerhardy ce4beba03a CORE: updated tracy submodule 2020-12-01 00:19:14 +01:00
Martin Gerhardy 92b3339536 DOCS: moved more documentation over to the mkdocs portal 2020-12-01 00:25:24 +01:00
Martin Gerhardy 390ad0bd1b BACKEND: use logid 2020-11-30 23:57:34 +01:00
Martin Gerhardy 22582be1ff CI: re-add vcpkgGitCommitId - which was removed by accident in a previous commit 2020-11-30 23:46:56 +01:00
Martin Gerhardy 8ad755a617 CI: attempt to fix windows github action vcpkg step 2020-11-30 23:42:34 +01:00
Martin Gerhardy a5c3e9e3f5 BACKEND: fixed size of dirty model instances of the attrib manager 2020-11-30 23:02:05 +01:00
Martin Gerhardy b6cda7fcd3 CLIENT: fixed root windows 2020-11-30 22:44:35 +01:00
Martin Gerhardy 75986b57d3 CLIENT: fixed sending email as int 2020-11-30 22:33:45 +01:00
Martin Gerhardy 139577160a BACKEND: fixed json for /info endpoint 2020-11-30 22:18:54 +01:00
Martin Gerhardy 503d2ccba9 COOLDOWN: changed log level 2020-11-30 22:12:01 +01:00
Martin Gerhardy c3fd5fe4af CORE: change log level 2020-11-30 21:57:13 +01:00
Martin Gerhardy 1b3e84b1d4 BACKEND: fixed missing not-null value 2020-11-30 21:46:14 +01:00
Martin Gerhardy efa8408e8e CLIENT: fixed main window name 2020-11-30 21:37:24 +01:00
Martin Gerhardy 16b9d024e8 SHARED: reformat flatbuffer fbs file 2020-11-30 21:24:04 +01:00
Martin Gerhardy 548d3c35dd GAME: started to implement signup process 2020-11-30 21:14:27 +01:00
Martin Gerhardy 88f4f909c5 BACKEND: update the tables at server startup 2020-11-30 21:05:17 +01:00
Martin Gerhardy d46ab2c6b3 PERSISTENCE: added count() support 2020-11-30 21:04:33 +01:00
Martin Gerhardy db23192daf LIBS: updated sdl2 2020-11-30 21:03:57 +01:00
Martin Gerhardy 15de72dd3b LIBS: updated flatbuffers 2020-11-15 15:13:53 +01:00
Martin Gerhardy b4251c6de9 LIBS: updated libuv 2020-11-15 15:01:31 +01:00
Martin Gerhardy 9f67690948 LIBS: updated glm 2020-11-15 14:46:07 +01:00
Martin Gerhardy 0136de71ca PERSISTENCE: look for newer and future libpq versions 2020-11-15 14:35:44 +01:00
Martin Gerhardy d11da9687c LIBS: updated dearimgui 2020-11-15 14:29:25 +01:00
Martin Gerhardy 760abe4fa5 LIBS: updated enet 2020-11-15 14:19:44 +01:00
Martin Gerhardy cacd8fdf9e LIBS: updated sdl2 2020-11-15 14:05:55 +01:00
Martin Gerhardy bce52ec7cf LIBS: updated sdl2 2020-11-15 14:02:10 +01:00
Martin Gerhardy 114c569a30 CONTRIB: reverted parts of the sdl2 update 2020-11-15 14:00:44 +01:00
Martin Gerhardy e40f50102b VOXFORMAT: fixed issue #71
the max magicavoxel volume boundaries are 256 voxel - not 255
2020-11-15 13:54:45 +01:00
Martin Gerhardy 6afed7ce74 LIBS: updated sdl2 2020-11-13 20:29:45 +01:00
Martin Gerhardy ec1de16f94 DOCS: updated documentation 2020-11-13 19:41:07 +01:00
Martin Gerhardy 4c668cb285 LIBS: updated sdl2 2020-11-07 12:24:53 +01:00
Martin Gerhardy 0e2b283be5 LIBS: updated simplecpp 2020-11-07 12:24:53 +01:00
Martin Gerhardy 1f83428d3b LIBS: updated nuklear 2020-11-07 12:14:10 +01:00
Martin Gerhardy a3ad894ea2 LIBS: updated libuv 2020-11-07 12:14:10 +01:00
Martin Gerhardy 6b21dafd69 LIBS: updated dearimgui 2020-11-07 12:14:10 +01:00
Martin Gerhardy 189b08b676 LIBS: updated enet 2020-11-07 11:40:19 +01:00
Martin Gerhardy 4ce6c220f3 DOCS: updated mac compilation section 2020-10-14 22:21:58 +02:00
Martin Gerhardy 9ca8fc1bd3 AIDEBUG: extracted code into own class 2020-10-13 22:33:03 +02:00
Martin Gerhardy fcde5df93a AIDEBUG: small helper method to center the map at a given position 2020-10-13 21:39:48 +02:00
Martin Gerhardy d0308776e6 VOXEDIT: fixed typo 2020-10-13 17:32:20 +02:00
Martin Gerhardy b1e23ab450 DOCS: updated changelog 2020-10-13 17:24:44 +02:00
Martin Gerhardy 9cd021fab0 AIDEBUG: new tool that is replacing the qt based rcon tool
Editing the behaviour tree is still missing
2020-10-13 17:11:42 +02:00
Martin Gerhardy 0295ac8d38 BACKEND: whitespace fixes 2020-10-13 17:09:50 +02:00
Martin Gerhardy 4667a8e8f5 BACKEND: return const ref to error string 2020-10-13 17:09:41 +02:00
Martin Gerhardy 032ccacd01 BACKEND: doxygen 2020-10-13 17:09:38 +02:00
Martin Gerhardy 77146fcd22 BACKEND: reduced code duplication in PrioritySelector 2020-10-13 17:09:35 +02:00
Martin Gerhardy 144b514ff2 BACKEND: added new steering state for target-reached-state 2020-10-12 10:44:51 +02:00
Martin Gerhardy fc4085cdcd BACKEND: fixed steering angle lerp 2020-10-12 10:44:51 +02:00
Martin Gerhardy 57682ffc6e BACKEND: fixed lastRun timer value 2020-10-12 10:44:51 +02:00
Martin Gerhardy 268b79559f BACKEND: use glm::mod 2020-10-12 10:44:34 +02:00