110 Commits (398ee1b4d599e6b7ee9136b1082e436a6f3a1f85)

Autor SHA1 Nachricht Datum
  Sam Hocevar 18254349aa image: gather pixel-related types and enums into a single pixel.h header. vor 11 Jahren
  Sam Hocevar 2f752030f0 engine: remove dead code. vor 11 Jahren
  Sam Hocevar 79ed58f1f0 Merge branch 'master' into scenegraph vor 11 Jahren
  Sam Hocevar d4241a2a84 build: various MSVC compilation fixes. vor 12 Jahren
  Sam Hocevar 92c2f69d07 algorithm: move Array::Sort out of the base headers because their implementation vor 12 Jahren
  Sam Hocevar e2eb9e9ed7 build: minor Win32 fixes for Jylam's project. vor 12 Jahren
  Sam Hocevar 1945e85afc scene: start working on the scene class reorganisation. vor 12 Jahren
  Sam Hocevar 5f3ad5cc15 math: add constant vectors vec2::zero, vec2::axis_x, etc. vor 12 Jahren
  Sam Hocevar 94be84fce4 build: activate C++11 mode whenever possible. vor 12 Jahren
  Benjamin ‘Touky’ Huet 0a7dc44a67 Added MessageService : Basic & Naive Message logging. vor 12 Jahren
  Benjamin ‘Touky’ Huet d8114e6cfb String : Added ::replace(char, char, bool), ::ToLower(), ::ToUpper() vor 12 Jahren
  Benlitz 8a657ea287 input: Removed previous input system vor 12 Jahren
  Benlitz a7aac24c46 Completely reworked input system. Unified device interface, button, axis and cursor support, controller and binding system, mouse capture. Tutorial 07_input provided. Require to compile lolcore with LOL_INPUT_V2 to be activated (also needed app-side before including core.h) vor 12 Jahren
  Sam Hocevar 87a9c3730c gpu: implement all depth test functions in the renderer. vor 12 Jahren
  Sam Hocevar 0b93890556 gpu: implement face culling mode in render contexts. vor 12 Jahren
  Sam Hocevar f2560ff5b8 build: work around a bug in the NaCl SDK C++ headers. vor 12 Jahren
  Sam Hocevar edffeb6d2e base: refactor Ticker so that it may one day work without threads. vor 12 Jahren
  Sam Hocevar c46b3fbfec image: remove the Image::Format enum and use PixelFormat instead. vor 13 Jahren
  Sam Hocevar 700520d4d6 math: move rand() to its own header, ensure it only returns vor 13 Jahren
  Sam Hocevar 39a8c26fb5 base: start removing occurrences of NULL on our long journey to nullptr. vor 13 Jahren
  Sam Hocevar 872efdb880 debug: add Debug::DrawLine() and Debug::DrawBox() methods. vor 13 Jahren
  Sam Hocevar 06c4ec01c3 base: move headers around and promote gpu/ to lol/gpu/. vor 13 Jahren
  Sam Hocevar 0ba4e6d9e0 easymesh: interface the shiny shader with new Light objects. vor 13 Jahren
  Sam Hocevar 3adf42b00c build: hide LolFx external declarations behind macros. vor 13 Jahren
  Sam Hocevar 39cd7a1fd0 build: revert the weak symbol work; it confuses Visual Studio too much. vor 13 Jahren
  Sam Hocevar d3af7653c0 build: provide weak symbols for lol_sdl_main on Visual Studio. vor 13 Jahren
  Sam Hocevar 96256f45ce build: use our own main() wrapper in addition to SDL's, and only vor 13 Jahren
  Sam Hocevar 8613d04c03 core: implement a cool ASSERT() macro. vor 13 Jahren
  Sam Hocevar 5402346b16 core: move the Log and Timer classes to the sys/ subdirectory, use vor 13 Jahren
  Sam Hocevar 1a54a81167 sys: move thread.h to the sys/ directory. vor 13 Jahren
  Sam Hocevar 6a6e46cf0d system: try to autodetect the data directory from the executable path; vor 13 Jahren
  Benjamin ‘Touky’ Huet 4393a43752 Added CSG v0.001a : not optimized, too much operation makes it slow. triangle count is not optimized. vor 13 Jahren
  Benjamin ‘Touky’ Huet 3d56a23a55 Added geometry basic functions. vor 13 Jahren
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. vor 13 Jahren
  Sam Hocevar 10d5d30b85 image: a few colour conversion routines. vor 13 Jahren
  Sam Hocevar d49bb04d20 build: rename “core” directory to “base” because the former is used for core vor 13 Jahren
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. vor 13 Jahren
  Sam Hocevar 2a5d9ed4d8 build: rename Map to LevelMap so that we can use Map for the hashmap. vor 13 Jahren
  Sam Hocevar 397c7f2fda core: implement hashing functions for half, float and double. vor 13 Jahren
  Sam Hocevar 0149c30df4 core: refactor the Hash class so that we can hash base types, too. vor 13 Jahren
  Sam Hocevar f2b71d368e core: new String class. vor 13 Jahren
  Sam Hocevar 4a6d092a74 mesh: start working on mesh and submesh stuff. vor 13 Jahren
  Sam Hocevar b438a94642 input: add the Keyboard abstraction object type. vor 13 Jahren
  Sam Hocevar b9aba5d27a gpu: put the texture creation code in its own class; for now a lot of things are vor 13 Jahren
  Sam Hocevar 26c432be90 gpu: sip an empty LolFx class that embeds the compiler. vor 13 Jahren
  Sam Hocevar 44180ce402 build: switch the Android native build rules to autoconf; still a bit rough vor 13 Jahren
  Sam Hocevar ed499e0c07 build: add libSDLmain.a binaries for GUI MinGW builds; the provided static vor 13 Jahren
  Sam Hocevar cb1f420933 core: fix the Windows and OS X builds with SDL. vor 13 Jahren
  Sam Hocevar 5bd24fa1d3 build: hide the SDL_main.h inclusion in core.h, and only activate it vor 13 Jahren
  Sam Hocevar caec5ed082 build: allow to build the PS3 binaries from Visual Studio if the proper vor 13 Jahren