2138 Commits (c4df7f7f91645d9f3c72bdf19425e036d129e73c)

Autor SHA1 Nachricht Datum
  Sam Hocevar c4df7f7f91 nx: ensure projects that use OpenGL compile properly. vor 5 Jahren
  Sam Hocevar d7fc121faf Start porting the engine to the Nintendo Switch. vor 5 Jahren
  Sam Hocevar 2c484bc8ae Add NX64 platform to projects. vor 5 Jahren
  Sam Hocevar 512eba5bf6 audio: fix build with SDL_Mixer disabled. vor 5 Jahren
  Sam Hocevar b5de2bd6e6 math: implement <<(ostream &, real). vor 5 Jahren
  Sam Hocevar 9a73325d68 math: fix a bug in hex display of reals. vor 5 Jahren
  Sam Hocevar 2bf54ebcb0 math: use std::string logic rather than printf() for real number formatting. vor 5 Jahren
  Sam Hocevar db3a40687a gpu: remove debug code that should not have ended here. vor 5 Jahren
  Sam Hocevar b095015731 easymesh: comment out a lot of code that was just causing compilation warnings vor 5 Jahren
  Sam Hocevar 83e48e8820 gpu: fix OS X port (bad framebuffer image creation flags). vor 5 Jahren
  Sam Hocevar 864bc699cf sdl: display GL context version upon creation. vor 5 Jahren
  Sam Hocevar eafffe7148 sdl: ensure the OS X event pump is called on the main thread. vor 5 Jahren
  Sam Hocevar 6187be0850 emscripten: use document.querySelector() instead of getElementById(). vor 5 Jahren
  Sam Hocevar d1881dcc51 3rdparty: update imgui, lua and pegtl submodules to latest upstream. vor 5 Jahren
  Sam Hocevar 4eec8450d3 audio: rename format enum entries to avoid collisions. vor 5 Jahren
  Sam Hocevar 68c2530b16 audio: refactor audio streaming mechanism. vor 5 Jahren
  Sam Hocevar b11e6bd537 audio: more feedback upon initialisation. vor 5 Jahren
  Sam Hocevar acb4624084 emscripten: log to stdout instead of stderr. vor 5 Jahren
  Sam Hocevar 29ea039556 math: use type traits instead of multiple macros for math functions. vor 6 Jahren
  Sam Hocevar 6f0155a50e audio: allow to load a sample from raw data. vor 6 Jahren
  Sam Hocevar aedc1da589 build: remove built-in bullet compilation on Linux. vor 6 Jahren
  Sam Hocevar afe2c72beb input: fix right/middle mouse button confusion. vor 6 Jahren
  Sam Hocevar df7f58e20d input: fix various input bugs. vor 6 Jahren
  Sam Hocevar 2e4aabbc29 ticker: better mechanism for entity init/release. vor 6 Jahren
  Sam Hocevar d9dd340141 sdl: fix clang build. vor 6 Jahren
  Sam Hocevar fcfafa2035 test: add a unit test of real::cbrt() and fix the camera unit test. vor 6 Jahren
  Sam Hocevar 1186c08ad7 entity: add a flag system. vor 6 Jahren
  Sam Hocevar 06edad8755 scene: remove useless subobject classes. vor 6 Jahren
  Sam Hocevar 96a336db03 build: fix a few CRLF issues and make .gitattributes more robust. vor 6 Jahren
  Sam Hocevar 1a783a228f msbuild: only copy SDL libraries to target directory when actually using SDL. vor 6 Jahren
  Sam Hocevar 5814dd4cf0 math: fix a bug in real::cbrt() that completely broke the function. vor 6 Jahren
  Sam Hocevar 90bf8a37d5 build: fix “make dist”; a few header references were missing. vor 6 Jahren
  Sam Hocevar 17f1cb4a6a image: port FFmpeg encoder to the new API to stop calling deprecated functions. vor 6 Jahren
  Sam Hocevar a33073f996 Fix the EGL application build. vor 6 Jahren
  Sam Hocevar 9c13aabe98 build: fix the mingw cross compilation. vor 6 Jahren
  Sam Hocevar 615c968e2d engine: minor changes in ticker. vor 6 Jahren
  Sam Hocevar 9a0b6e4a9a Build: fix several compilation warnings. vor 6 Jahren
  Sam Hocevar 635b597e34 input: move code from input device to mouse device. vor 6 Jahren
  Sam Hocevar 0d766ea9b9 input: fix Win32 build. vor 6 Jahren
  Sam Hocevar c9f75a6c3f input: start splitting keyboard, mouse etc. objects vor 6 Jahren
  Sam Hocevar 6a1188a65a input: fix Windows build. vor 6 Jahren
  Sam Hocevar b0a8596001 RIP lol::Controller and lol::InputProfile ⚰️ LOL vor 6 Jahren
  Sam Hocevar ae4ff1d27c input: add a buttons.inc file with a list of default mouse/joystick button names. vor 6 Jahren
  Sam Hocevar 4c20271dc7 ticker: fix a crash upon exit on Windows. vor 6 Jahren
  Sam Hocevar 8c81b07465 input: start replacing controller functions with standard input functions. vor 6 Jahren
  Sam Hocevar fe66f12e53 input: start implementing controller features directly in the input device. vor 6 Jahren
  Sam Hocevar 5a8296a001 build: clean up lol-core vcxproj filters and improve DLL copying. vor 6 Jahren
  Sam Hocevar a713297cfb input: minor cleanup. vor 6 Jahren
  Sam Hocevar 1388625308 input: remove dead code and more cleanup. vor 6 Jahren
  Sam Hocevar 1ab9866c31 input: drivers no longer need to create the default devices. vor 6 Jahren