| .. |
|
ExampleBrowserWindow.cpp
|
ae751ec28f
Fixed event handling broken by class system change, added equality operator to Lua classes that uses __ptr equality, changed Lua examples to use IDE project filenames, fixed old code so all examples work in the IDE, fixed positional ScreenSounds, added static constructor for ScreenLines to use in Lua
|
13 years ago |
|
ExportProjectWindow.cpp
|
f03307d738
Entity property editing in 2D editor, fixed web docs header and footer
|
13 years ago |
|
NewFileWindow.cpp
|
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
|
13 years ago |
|
NewProjectWindow.cpp
|
0cbace3e56
added UIFileDialog, IDE on Linux uses UIFileDialog, added Linux file manipulation methods to SDLCore, fixed OSBasics to properly display root folder on Linux
|
13 years ago |
|
PolycodeClipboard.cpp
|
391fc8afbf
Deep clone for screen entities, copy/paste in 2d editor
|
13 years ago |
|
PolycodeConsole.cpp
|
4d1cfa740b
Added a simple command history for the IDE's console
|
13 years ago |
|
PolycodeEditor.cpp
|
e9dab11e51
Added a clarification about copy events.
|
13 years ago |
|
PolycodeEditorManager.cpp
|
b6aa9c7ffb
Added ability to close open files in the IDE, UIComboBox now resets selected name to None on clearItems(), fixed sprite editor not setting height properly on load
|
13 years ago |
|
PolycodeFontEditor.cpp
|
5e02a65ab5
UI Module classes will not delete children if ownsChildren is set to true, added setOwnsChildrenRecursive method to Entity, cleanup when closing screen editor, font editor and image editors in the IDE, fixed some memory leaks
|
13 years ago |
|
PolycodeFrame.cpp
|
40a52bc301
Clear project title at the top of the IDE if no projects are open.
|
13 years ago |
|
PolycodeIDEApp.cpp
|
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
|
13 years ago |
|
PolycodeImageEditor.cpp
|
5e02a65ab5
UI Module classes will not delete children if ownsChildren is set to true, added setOwnsChildrenRecursive method to Entity, cleanup when closing screen editor, font editor and image editors in the IDE, fixed some memory leaks
|
13 years ago |
|
PolycodeMaterialEditor.cpp
|
c76f79b627
Fixed material editor changing names in the material browser incorrectly
|
13 years ago |
|
PolycodeProject.cpp
|
5382bbbb9b
2DPhysics,3DPhysics and UI are now statically compiled into the player, disabled dynamic modules for now, added a UI theme pack to the player
|
13 years ago |
|
PolycodeProjectBrowser.cpp
|
2753d88462
Prevent UIMenu from going over the screen in the IDE.
|
13 years ago |
|
PolycodeProjectEditor.cpp
|
4b06c5558f
IDE project edtior now sets the saved/unsaved flag
|
13 years ago |
|
PolycodeProjectManager.cpp
|
40a52bc301
Clear project title at the top of the IDE if no projects are open.
|
13 years ago |
|
PolycodeProps.cpp
|
78300e7cae
Fixed entity property editor, fixed mouse position not setting on mousedown
|
13 years ago |
|
PolycodeRemoteDebugger.cpp
|
ca117d36ba
Fixed core update pause causing the IDE to not update when debugger connects
|
13 years ago |
|
PolycodeScreenEditor.cpp
|
bbd27232a4
Added material support to ScreenMesh, ignoreParentMatrix now set to false for collisionOnly entities in 2D physics module
|
13 years ago |
|
PolycodeSpriteEditor.cpp
|
b6aa9c7ffb
Added ability to close open files in the IDE, UIComboBox now resets selected name to None on clearItems(), fixed sprite editor not setting height properly on load
|
13 years ago |
|
PolycodeTextEditor.cpp
|
229fe8c41d
Use default text color from syntax theme for unsupported file types in text editor
|
13 years ago |
|
PolycodeToolLauncher.cpp
|
ff0a375751
More Linux fixes
|
13 years ago |
|
TextureBrowser.cpp
|
193e0e2251
UI improvements, Major IDE updates (2D entity editor, bezier curve editor, asset browser), ids and tags for entities, ScreenEntityInstances, binary Object serialization, various bugfixes and improvements across the board, Particle systems no longer require a parent Scene/Screen, Label code rewrite (now aligned to baseline by default),
|
13 years ago |
|
ToolWindows.cpp
|
8214319cdc
Added YES and NO events to UIEvent, added Yes/No/Cancel popup to IDE, IDE will now ask if you want to save file before closing if there are unsaved changes
|
13 years ago |