Historie revizí

Autor SHA1 Zpráva Datum
  Ivan Safrin 34db7a5a5d Initial codebase gutting, basic batched renderer outline před 10 roky
  Ivan Safrin 6ebb5576d0 Added CoreInput accessor to CoreServices před 11 roky
  Ivan Safrin 966420be46 Implemented a global fixed timestep update for Core, physics modules now update in sync with core using the core fps setting, added ability to have a custom fixed timestep loop před 11 roky
  Ivan Safrin 41ea915a26 Added a global Services() convenience function to wrap around CoreServices::getInstance() před 11 roky
  Ivan Safrin 7284783d0d More cleanup, got focus working před 12 roky
  Ivan Safrin 893a282ef1 First step towards merging Scenes and Screens před 12 roky
  Ivan Safrin 296e890a72 Moved drawScreensFirst into ScreenManager, cause that's where it belongs před 12 roky
  Ivan Safrin 1733f6fb3d Added an instance of the Logger to CoreServices and added a nonstatic log method called logBroadcast that dispatches a notify event from the Logger instance so that they can be printed to listening consoles. Made the GLSL module use the log broadcast for its error message. Made IDE console listen to Logger broadcasts. před 12 roky
  Ivan Safrin 56e6d494ff Separated Update and Render in the Core. ATTENTION: YOU MUST NOW CALL updateAndRender() instead of Update() or call Update() and Render() manually. Made 2d physics non-framerate dependant, fixed collision detection in 2d physics, fixed z angle not returning correctly from Matrix4, updated IDE and examples to use the new method. Made new file window slightly bigger, fixed UIButton firing click even on on any key press před 12 roky
  Ivan Safrin 23ab2c849e Merge pull request #153 from mcclure/cslisten před 13 roky
  Ivan Safrin ca117d36ba Fixed core update pause causing the IDE to not update when debugger connects před 13 roky
  mcc d3bf213aa8 CoreServices has setupBasicListeners for aftermath of removeAllListeners před 13 roky
  Ivan Safrin 3f824e8dfd Single focused entity through CoreServices singleton před 13 roky
  Ivan Safrin 9fce1e5c5b Updated some documentation před 13 roky
  Ivan Safrin 40766fd24b Moved getScreenInfo to Core před 13 roky
  mcc 47147ae45d Merge 7/29 mcclure screeninfo branch with Ivan Polycode branch před 13 roky
  Ivan Safrin 0f94852b5d Fixed ortho mode and 3d picking from camera in ortho před 13 roky
  Ivan Safrin dc006132ba Touch events in Input core, TUIO module and multiple monitor support in Cocoa před 13 roky
  mcc 72e45c7c9c Adds a CoreServices::getScreenInfo() which fetches screen width, height and refresh rate in a cross-platform way. If a Core object is given (0,0) as the screen coordinates in its constructor and also full screen mode is chosen, use getScreenInfo() to set the screen to the current resolution exactly. před 14 roky
  Ivan Safrin 18e6e9fbde Kinect module fixes and screen sprite improvements. Disabled binding generation as default. před 14 roky
  Cameron Hart aa4e7b968e Huge tidy up of headers. Moved includes to .cpp files where possible to improve compile times and reduce circular dependencies. před 14 roky
  Ivan Safrin 8b1ae6d785 3D Physics module, minor fixes across the board. před 14 roky
  Ivan Safrin c9406f5051 Code cleanup and documentation. před 14 roky
  Ivan Safrin 7a37c48787 Code clean up and documentation před 14 roky
  Ivan Safrin 40fa766738 Cleaned up code, replaced unnecessary dynamic instances with static classes. před 15 roky
  Ivan Safrin 6508f8c9a0 Added a String class, replaced std::string and wstring with the new class před 15 roky
  Ivan Safrin 7cc9015fd0 Initial import from old repository před 15 roky