Commit Graph

7783 Commits (d2cb768bc4be4d06c93acc99fda676483ec6e8fd)

Author SHA1 Message Date
Martin Gerhardy d2cb768bc4 SERVER: updated k8s manifests 2020-03-08 11:08:53 +01:00
Martin Gerhardy 3cf77cf961 VOXEDIT: don't call the virtual shutdown() method in the dtor 2020-03-08 11:00:06 +01:00
Martin Gerhardy 080568646b PERSISTENCE: don't call the virtual shutdown() method in the dtor 2020-03-08 10:48:07 +01:00
Martin Gerhardy 3acc146184 NETWORK: removed unused header inclusion 2020-03-08 10:39:06 +01:00
Martin Gerhardy dcf4616025 BACKEND: don't call the virtual shutdown() method in the dtor 2020-03-10 08:54:54 +01:00
Martin Gerhardy 4b07c3fd7c CHANGELOG: updated changelog 2020-03-10 07:50:41 +01:00
Martin Gerhardy 29073d4407 BACKEND: don't call AIRegistry::init twice 2020-03-10 07:48:14 +01:00
Martin Gerhardy f6f42ae7ed README: link the ai readme 2020-03-10 07:39:45 +01:00
Martin Gerhardy 517a9c5205 BACKEND: integrated the lua ai registry 2020-03-10 06:44:30 +01:00
Martin Gerhardy 5b1ef3b6af ANIMATION: pass function object by ref 2020-03-08 10:20:42 +01:00
Martin Gerhardy 48044e9821 COOLDOWN: pass function object by ref 2020-03-08 10:19:54 +01:00
Martin Gerhardy 7102e48e40 VOXELFORMAT: don't call virtual method in base class dtor 2020-03-08 09:56:02 +01:00
Martin Gerhardy e004600046 README: updated readme with thumbnailer link and a few more information 2020-03-08 09:54:11 +01:00
Martin Gerhardy 6221053f8b VOXEL: fixed compiler warning in release mode 2020-03-08 09:23:11 +01:00
Martin Gerhardy f91da12585 VIDEO: fixed segfault after changing the texture and buffer attachment to a raw array 2020-03-08 09:22:52 +01:00
Martin Gerhardy 1c1287bcdc NOISETOOL: pass by ref 2020-03-07 22:27:16 +01:00
Martin Gerhardy 60f23d548c ANIMATION: pass function object by ref 2020-03-07 22:26:41 +01:00
Martin Gerhardy 4dc9d2ca4d VOXEDIT: pass functions by ref 2020-03-07 22:26:01 +01:00
Martin Gerhardy 332117015b VOXEDIT: don't copy the material color vector 2020-03-07 22:25:36 +01:00
Martin Gerhardy ea5fbe42ca VOXEDIT: use references for function object and material color array 2020-03-07 22:24:09 +01:00
Martin Gerhardy 69769d3e08 FRONTEND: pass function by ref 2020-03-07 22:22:56 +01:00
Martin Gerhardy 76f9326458 RENDER: pass function by ref 2020-03-07 22:22:12 +01:00
Martin Gerhardy 195ac0b332 EVENTMGR: don't access moved object 2020-03-07 22:20:58 +01:00
Martin Gerhardy cf5f8a119c DATABASETOOL: use const ref in for loops 2020-03-07 22:18:32 +01:00
Martin Gerhardy 99905d947d SHARED: pass function object by ref 2020-03-07 22:17:55 +01:00
Martin Gerhardy 74e7059cd1 PERSISTENCE: no need to copy the unique keys 2020-03-07 22:17:31 +01:00
Martin Gerhardy 08c6caa0e9 EVENTMGR: applied clang-tidy fixes 2020-03-07 22:17:09 +01:00
Martin Gerhardy 40b98c1d11 BACKEND: pass by ref 2020-03-07 22:16:11 +01:00
Martin Gerhardy c2a2309d0e AI: fixed potential segfault 2020-03-07 22:15:57 +01:00
Martin Gerhardy eb99973b65 CMAKE: use fix-errors for clang-tidy 2020-03-07 22:10:47 +01:00
Martin Gerhardy e0620ee702 ALL: applied clang-tidy suggestions 2020-03-07 22:10:32 +01:00
Martin Gerhardy 72647dcaa7 CMAKE: tweak clang-tidy options 2020-03-07 22:00:58 +01:00
Martin Gerhardy 6493f3aa5c HTTP: fixed potential memory leak 2020-03-07 21:56:55 +01:00
Martin Gerhardy 2f89529392 CORE: removed superfluous const qualifier 2020-03-07 21:49:14 +01:00
Martin Gerhardy 26b95105fd CORE: improved nullptr check 2020-03-07 15:40:35 +01:00
Martin Gerhardy a415c7b547 CORE: clang-tidy for Comnmand class 2020-03-07 15:40:14 +01:00
Martin Gerhardy f9c506a95f CORE: clang-tidy for ActionButton class 2020-03-07 15:40:04 +01:00
Martin Gerhardy 478cabae1a CMAKE: apply checks on own sources only
moved into src/ dir to skip the validation of contrib/libs (external deps)
2020-03-07 15:39:09 +01:00
Martin Gerhardy 7d8bcc2abd VOXELRENDER: tweaked the shaders to minimize the distortion artifacts on the water borders 2020-03-07 10:38:49 +01:00
Martin Gerhardy f4ae7053b6 VOXELRENDER: water plane tweaks 2020-03-07 10:19:50 +01:00
Martin Gerhardy d916d0b598 VOXELRENDER: fixed reflections y-axis 2020-03-07 10:09:56 +01:00
Martin Gerhardy 6688048fe0 VOXELRENDER: missing inclusion guard for WorldBuffersh 2020-03-07 08:52:32 +01:00
Martin Gerhardy 2e65763ab1 ALL: removed unused code and header includes 2020-03-06 22:05:09 +01:00
Martin Gerhardy b84fed9068 VOXEL: removed unused headers 2020-03-06 22:00:12 +01:00
Martin Gerhardy b650919701 VOXELWORLD: removed unused headers 2020-03-06 21:54:58 +01:00
Martin Gerhardy d73b8d8ed1 NETWORK: doxygen 2020-03-06 21:52:09 +01:00
Martin Gerhardy 60049019e9 VOXELWORLD: removed std::vector around lua funcs 2020-03-06 21:51:50 +01:00
Martin Gerhardy 515ffdb6a6 PERSISTENCE: missing doxygen marker 2020-03-06 21:37:22 +01:00
Martin Gerhardy c6cb9b3813 VIDEO: doxygen for ScopedShader 2020-03-06 20:42:20 +01:00
Martin Gerhardy 509c66a8d4 ALL: missing vector includes 2020-03-06 20:23:25 +01:00