22 커밋 (af3ca562b93460476801d0f9c276240a13e300b4)

작성자 SHA1 메시지 날짜
  Sam Hocevar a07844682e build: remove dead PS3 code. 11 년 전
  Sam Hocevar 7934df34ef build: "USE_SDL" is now for SDL v2 and "USE_OLD_SDL" for version 1. 11 년 전
  Sam Hocevar d373081b80 build: use #pragma once instead of header guards because 1) fuck the dinosaurs, 11 년 전
  Sam Hocevar cd988786b9 build: reorganise includes so that we can use precompiled headers later. 11 년 전
  Sam Hocevar ad9a388e80 misc: remove 100% of the "using namespace std;" madness. 11 년 전
  Sam Hocevar fe665f85b4 base: strip core.h from its contents and put it in public/private headers. 11 년 전
  Sam Hocevar 1093e75006 base: break the main loop apart for the emscripten port. 12 년 전
  Sam Hocevar f852e8d7e1 build: a lot more emscripten build fixes. 12 년 전
  Sam Hocevar 6a519771f5 lua: add support for lua/init.lua in a global World object and give 13 년 전
  Sam Hocevar 32753fa130 build: fix a few macro logic issues in SDL.h inclusion. 13 년 전
  Sam Hocevar 1e973c81bd build: add SDL detection code in new file lol-sdl.m4. The SDL2 version is 13 년 전
  Sam Hocevar f44e3e323b core: you can now while(app.MustTick()) { Tick(); } instead of app.Run(). 13 년 전
  Benjamin ‘Touky’ Huet c7219ff1dd New year copyright update. 13 년 전
  Sam Hocevar d6634da83f build: fix the WTFPL site URL in all code comments. 13 년 전
  Sam Hocevar bd649af62d nacl: NaCl binaries no longer need a modified main() to work, the NaCl 13 년 전
  Sam Hocevar 15c4e8016a android: slightly update Android project for newer SDK versions. 13 년 전
  Sam Hocevar 60a2e83d54 xbox: start working on an Xbox/Direct3D port. 13 년 전
  Sam Hocevar 0161879a84 core: try to merge Ticker and Emcee. Still not very good. 14 년 전
  Sam Hocevar 3d3ec36548 core: start working on the Emcee class. 14 년 전
  Sam Hocevar 2edb8115e6 core: port all code to NativeClient. Nothing runs for now, but it builds. 14 년 전
  Sam Hocevar 8ec5fff6df core: implement Application::ShowPointer() so that applications can choose 14 년 전
  Sam Hocevar 8deb365040 core: write a generic application class. 14 년 전