Historia zmian

Autor SHA1 Wiadomość Data
  Ivan Safrin 78037076ca Misc fixes for things broken by the new renderer 10 lat temu
  Ivan Safrin b51f324a3d Got topleft 2D scenes working with the new renderer, updated IDE to compile with new renderer, still not 100% working 10 lat temu
  Ivan Safrin a7d33c4a8a Fixed test shader, more optimizations 10 lat temu
  Ivan Safrin 34db7a5a5d Initial codebase gutting, basic batched renderer outline 10 lat temu
  Ivan Safrin 94bfec4af7 Added native touch support on Mac 10 lat temu
  Ivan Safrin d40a6f7c1e Fixed some gamepad input issues, fixed remote debugger in the IDE being overwhelmed by debug information upon crash 11 lat temu
  Ivan Safrin a8d3b1351a Implemented saveFilePicker on OS X 11 lat temu
  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 11 lat temu
  Ivan Safrin 40c5f004b8 Sprite bugfixes, added ability to change retina support setting in Core::setVideoMode 11 lat temu
  Ivan Safrin e3d4ca2c66 Fixed crash on quit in entity editor 11 lat temu
  Ivan Safrin ec27b396e7 Added sound recording support to SoundManager, added ability to save frame buffers to images, fixed bug in OSBasics that broke on some paths, added retina support to fullscreen mode on the Mac, added new UI retina and tweaked themes to the default assets, added floating point PCM buffer generation support for Sounds loaded from memory, added file of new entity format to be the new default Entity template in the IDE, minor UI tweaks. 12 lat temu
  Ivan Safrin c51a325316 Added Xcode 5 compatibility, retina display support in OS X, tweaked some UI positioning 12 lat temu
  Ivan Safrin 8263af95a8 Added accessors to get desktop width and height from the Core (now usable from Lua). Removed deprecated screen info methods. 12 lat temu
  Ivan Safrin 77a91bfb8e Fixed full screen mode setting on Mac 12 lat temu
  Nur Monson 6297b0d878 Add Init() method to Renderer 12 lat temu
  Ivan Safrin 91708cc3b0 Merge branch 'master' of https://github.com/samiamwork/Polycode into pullreq_testing 12 lat temu
  Ivan Safrin 1c0c1f07dd Fixed typo in CocoaCore 12 lat temu
  Nur Monson 0d87f17596 Replace deprecated CGDisplay functions on OS X 12 lat temu
  Nur Monson d94db0b9b6 Fix "unused function" warning by marking as unused 12 lat temu
  Nur Monson d1da81e202 Remove unused variable to fix an unused var warning 12 lat temu
  Nur Monson 797e6dc68b replace use of deprecated runModalForDirectory:file:types: 12 lat temu
  Nur Monson 8904211b1b Replace use of deprecated filenames method on OS X 12 lat temu
  Nur Monson 592f29314d Fix use of deprecated NSString stringWithCString: method 12 lat temu
  Nur Monson 636f5258d1 Add #import statement to fix unknown method warning on OS X 12 lat temu
  Nur Monson 9d23ff302a Fix "unused variable" warnings on OS X 12 lat temu
  Ivan Safrin 7030403eca Tweaks to the external text editor pull request 12 lat temu
  Ivan Safrin 403c82ffdb New material editor, started on shader editor (doesnt save yet), rewrote some internal shader stuff to be more streamlined, fixed Label not redrawing correctly after setting size or font, fix for paths with spaces in executeExternalCommand and IDE on Linux and Mac, made 2D template use an entity2d file, fixed new file and new project dialog buttons firing while invisible 12 lat temu
  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 12 lat temu
  Ivan Safrin ca117d36ba Fixed core update pause causing the IDE to not update when debugger connects 13 lat temu
  Ivan Safrin ab57cb458b Core pausing on lose focus, IDE will now pause core on lose focus 13 lat temu