提交歷史

作者 SHA1 備註 提交日期
  Ivan Safrin 4671d4143f Removed CoreServices from the codebase. Removed Timer and TimerManager, removed Tween and TweenManager, made entity Update function take elapsed time, made SceneLabels force material in constructor, UI components now require an explicit resource pool pointer and core passed in constructor. Probably broke a lot of stuff :) 9 年之前
  Ivan Safrin 09c56bd5e7 Removed SceneManager, fixed reliance on Scene pointers throughout codebase, removed render calls from the core and made rendering a manual operation, started updating script bindings to use shared pointers (broke scripting and lighting) 9 年之前
  Joachim Meyer ae34bca779 Add PolycodeUI, Polycode2DPhysics (including Box2D), experimental OnScreenKeyboard. 9 年之前
  Joachim Meyer 2b90aa60f7 Make PhysFS usable on Android. 9 年之前
  Joachim Meyer a84f334a1f Add sensor support. Android lifecycle fixes. Add retina support. 9 年之前
  Joachim Meyer 47a0e12143 Further work on Android - Rendering works now. 10 年之前
  Joachim Meyer 697f3d70dc Start on an AndroidCore 10 年之前
  Ivan Safrin f80bb40afd Converted all space indentation to tabs. 9 年之前
  Ivan Safrin 7ba6ae9af6 Fixed issues with concurrent mesh rendering: added submesh support to meshes, geometry now defined in separate MeshGeometry classes, then bound copied into a Mesh, streamlined attribute binding in renderer 9 年之前
  Ivan Safrin 1a41d5a749 Latest IOS stuff 9 年之前
  Ivan Safrin 4865727e2d Restored polyimport functionality using new Polycode branch, upgraded to latest assimp, added a DummyCore for non-graphical use of Polycode, added polyimport Xcode project to workspace, updated Studio to use new location of polyimport, fixed indexed mesh import in polyimport 9 年之前
  Ivan Safrin 50fc83b0e3 Stopped using GLKit for render, still need to implement CADisplayLink 10 年之前
  Ivan Safrin 0258c6e655 Added a way to get resource path from Core, implemented in IOSCore 10 年之前
  Joachim Meyer 7e64dc2022 Started on updating SDLCore 10 年之前
  Ivan Safrin 1601b2870c Fixed XAudio2 audio interface for UWP, moved lock and unlock into the CoreMutex class for convenience 10 年之前
  Ivan Safrin 4cff95e920 Implemented renderer on Windows 10 using Angle, basic native Universal Windows app working using renderer, moved resizeTo to the Core superclass 10 年之前
  Ivan Safrin 9402fd310c Made file providers capable of accepting a source string, via the Core's addSource and removeSource methods, moved old addArchive method from resource manager and reimplemented it as a source for physfs file provider of type 'archive', made the basic file provider accept folders as a source of type 'folder' 10 年之前
  Ivan Safrin 2fb37bfd6b Removed old file access wrappers, files are now accessed through the core via abstract file providers 10 年之前
  Ivan Safrin cc8d71f6b0 Added OSX project for core and template, fixed a crash in CocoaCore when resizing window 10 年之前
  Ivan Safrin aadb69e87b Updated core sources for new folder structure 10 年之前
  Ivan Safrin 97f5c36acd Removed CMake, created new folder structure for the repo 10 年之前