Commit Graph

47 Commits (master)

Author SHA1 Message Date
Martin Gerhardy 146a0155f2 LIBS: renamed SDL2_mixer directory 2022-01-24 18:33:31 +01:00
Martin Gerhardy 2d147a406d UI: use the default sdl backend from dearimgui
updated dearimgui
2022-01-22 18:25:00 +01:00
Martin Gerhardy de30ac6f3b CORE: activated backward for msvc 2020-08-18 23:21:39 +02:00
Martin Gerhardy e35e67cbb8 LIBS: removed selene from repository 2020-08-17 21:57:18 +02:00
Martin Gerhardy 03ce456996 LIBS: updated lua to 5.4 2020-06-29 22:28:32 +02:00
Martin Gerhardy 461ca3cd68 ALL: replaced zlib by miniz 2020-02-08 18:18:38 +01:00
Martin Gerhardy 73df3fe7ee ALL: removed libcurl dependency
for easy http client tasks we now have our own http client implementation and the only remaining part
left was the mail module - that wasn't used
2020-02-05 18:24:34 +01:00
Martin Gerhardy 165e4e501d ALL: removed restclient and json lib 2020-01-21 11:28:11 +01:00
Martin Gerhardy eb98f0a9a7 PHYSIC: removed module - still unused and not finished nor needed atm 2020-01-03 00:33:28 +01:00
Martin Gerhardy 0cb5ab888e ALL: removed assimp and voxelizer 2019-11-01 20:14:32 +01:00
Martin Gerhardy 14f9d4d0a1 PHYSIC: new module 2019-04-07 12:28:27 +02:00
Martin Gerhardy c5ce6dbe75 LIBS: added sdl2_mixer 2019-04-01 16:46:54 +02:00
Martin Gerhardy 221b098b71 LIBS: skip backward on msvc 2019-03-17 21:21:22 +01:00
Martin Gerhardy 5d7a49cbd6 UI: moved turbobadger into own source tree
I'm going to unify the code base with my own style and assimilate it
2019-02-06 14:32:57 +01:00
Martin Gerhardy a2d908291f UI: replaced nativefiledialog with turbobadger implementation 2018-12-14 20:37:44 +01:00
Martin Gerhardy 13e3c797dc UI: moved the 3 ui libs into ui folder 2018-01-20 12:50:31 +01:00
Martin Gerhardy 851cb57199 ALL: removed remotery, microprofile and easy_profiler support 2017-10-09 17:04:21 +02:00
Martin Gerhardy 635c0fcc96 IO: added libuv dependency 2017-09-06 18:02:44 +02:00
Martin Gerhardy d0be98ce8c COMPUTESHADERTOOL: added simplecpp dependency 2017-08-07 16:49:54 +02:00
Martin Gerhardy af044947fe VOXEL: added start of a benchmark class 2017-06-20 23:08:48 +02:00
Martin Gerhardy d66507489e IMGUI: extracted imgui into dearimgui lib 2017-03-16 17:25:44 +01:00
Martin Gerhardy dbb652ee49 CORE: disable easy_profiler for msvc builds 2017-03-08 14:22:54 +01:00
Martin Gerhardy b41bd5d3cf LUA: disabled selene for now
doesn't compile on msvc
2017-03-08 10:28:03 +01:00
Martin Gerhardy 3ce68b904e CORE: added easy_profiler support 2017-03-03 15:27:07 +01:00
Martin Gerhardy e32eaed10a LIBS: removed fruit, boostdi and sauce libs 2017-02-25 21:19:44 +01:00
Martin Gerhardy dacc343765 NOISE: removed fastnoise again
it's not that fast as its name implies... it also has a state which would make it harder
to use in a threaded env
2017-01-30 20:55:56 +01:00
Martin Gerhardy 9a5a4f4772 LIBS: fastnoise 2017-01-29 13:39:36 +01:00
Martin Gerhardy 460c34b5b3 LIBS: fixed libcurl build 2017-01-23 20:58:50 +01:00
Martin Gerhardy 4e8fab0098 LIBS: added libcurl 2017-01-19 20:22:20 +01:00
Martin Gerhardy 55a2554b1d CMAKE: include nfd in our build 2016-11-02 20:58:07 +01:00
Martin Gerhardy 6a202a1b92 LIBS: added selene support 2016-09-13 20:07:02 +02:00
Martin Gerhardy cacd643b7b LIBS: provide own assimp
... mainly for osx and windows
compile times can be reduced by excluding the unsed importers and exporters
2016-09-04 20:24:57 +02:00
Martin Gerhardy 47922b660c LIBS: boostdi 2016-08-25 20:33:28 +02:00
Martin Gerhardy 1fa365575a LIBS: restclient-cpp lib (libcurl wrapper) 2016-08-07 22:03:58 +02:00
Martin Gerhardy db22409dfa PERSISTENCE: removed sqlite3 support
CMAKE: added versions and moved server and port into cmake options
2016-07-24 12:25:24 +02:00
Martin Gerhardy 52bfd1e482 LIBS: Added sqlite3 2016-07-18 20:26:40 +02:00
Martin Gerhardy 9bb04e0184 CORE: Added stacktrace support (linux) 2016-05-10 20:47:47 +02:00
Martin Gerhardy 9e050d8121 LIBS: added fruit lib (di by google - ala guice) 2016-04-29 20:58:39 +02:00
mgerhardy 174120b3d3 FIPS: removed fips - we are now cmake only 2016-04-28 20:38:50 +02:00
mgerhardy ba7764e2b7 FIPS: removed gtest 2016-04-27 22:19:19 +02:00
mgerhardy cfc619821d FIPS: removed turbobadger 2016-04-27 22:01:50 +02:00
mgerhardy 376c1acdce FIPS: removed sauce 2016-04-27 21:47:10 +02:00
mgerhardy 3d09f43830 FIPS: removed fips-flatbuffers 2016-04-27 21:40:54 +02:00
mgerhardy 040a53678d CMAKE: removed enet from being fips managed
you now have to install enet header and libs locally
2016-04-27 20:50:53 +02:00
mgerhardy 5712800a32 LIBS: removed sqlite3 - not needed anymore 2016-04-27 20:50:53 +02:00
mgerhardy d364c646c3 CMAKE: removed lua from being fips managed
you now need to install lua headers and libs locally
2016-04-27 20:50:53 +02:00
Martin Gerhardy 1c98405046 LIBS: moved out of src - and into contrib 2016-04-19 20:24:29 +02:00