提交歷史

作者 SHA1 備註 提交日期
  Ivan Safrin f6f1c788cc Fixed focus not setting properly in screen editor resulting in accidental deletion of entities. 12 年之前
  Ivan Safrin fa4b1b3ec6 Fixed scaling undo bug introduced by last commit 12 年之前
  Ivan Safrin 26587e13b8 Removed debug printf 12 年之前
  Ivan Safrin 676ac68c8f Fixed crash when undoing command-copying entities in screen editor 12 年之前
  Ivan Safrin d9adbe10f4 Merge branch 'master' of https://github.com/ivansafrin/Polycode 12 年之前
  Ivan Safrin a1889cacd8 Fixed undo/redo for copy and paste in 2d editor 12 年之前
  Ethan M 11aacf2635 Saving changes on project run no longer saves all open files (just those that belong to active project). Added PolycodeEditorManager::saveProject(). 12 年之前
  Ivan Safrin 42d1d93320 Merge pull request #290 from TheCosmotect/example-browser-fix 12 年之前
  Ivan Safrin fa4efee522 Player will now print out backtrace to stdout 12 年之前
  Ethan M 6a02ca21b8 Fixed crash that would happen if you tried to open a folder node in ExampleBrowserWindow. 12 年之前
  cib 4b2a218975 Polycore CMake now adds X11 on linux 12 年之前
  Ivan Safrin abc4a4dbab Basic undo/redo beginnings in screen editor (transforms and deletion only for now). Fixed multiline text input not scrolling properly after latest text input fixes. 12 年之前
  Ethan M 573b9cea6f Rewrite of the IDE's project closing system, motivated by issue #277 12 年之前
  Ivan Safrin 85a30b62c9 Merge pull request #287 from CIB/fix-text-input-rebase 12 年之前
  cib 22dc4607a8 A few fixes to text input single line scrolling. 12 年之前
  Ivan Safrin 5c02ed162b Merge pull request #286 from CIB/fix-text-input-rebase 12 年之前
  Ivan Safrin 685d441ed4 Improved scaling behavior 12 年之前
  cib 514cf477c3 Deleting in TextInput now makes sure there's at least one character visible on the left. 12 年之前
  Ivan Safrin cfc11ee7e9 Merge pull request #285 from CIB/fix-text-input 12 年之前
  Ivan Safrin 970bb0960d Made XY-scaling smoother in the screen editor 12 年之前
  cib 25ea7028cd Added horizontal scroll to single line TextInput 12 年之前
  cib b5fa6690b7 Fixed scissors for single line text input. 12 年之前
  cib 17c51168dd Started work on fix for #238 12 年之前
  Ivan Safrin 46ac6460d9 Deleting entities will now affect all multiple selected entities, base Undo/Redo framework for editors 12 年之前
  Ivan Safrin ce9250d76b Made IDE console toggleble. IDE console will show automatically when running project. Replaced console Clear button with an image button. Added console hide button to console. Added getMainWidth and getMainHeight to UI sizers. 12 年之前
  Ethan M a03cc80ec7 Fixed previous oversight of current editor not corresponding to currently selected project browser item. 12 年之前
  Ivan Safrin a2208b5627 Inactive layers in 2d editor no longer block mouse input 12 年之前
  Ivan Safrin 92a611ebb3 Fixed XY scaling in the 2d editor transform gizmo 12 年之前
  Ivan Safrin 7cad49d2ad Merge pull request #280 from CIB/cleanup 12 年之前
  Ethan M 60fd0cd940 Fixed 'remove file' command not removing editor 12 年之前