Ivan Safrin
|
b6663d29ce
Updated Windows to use the latest fixed update code, added a save file dialog to core (only windows implementation for now)
|
vor 11 Jahren |
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
|
vor 11 Jahren |
Ivan Safrin
|
40c5f004b8
Sprite bugfixes, added ability to change retina support setting in Core::setVideoMode
|
vor 11 Jahren |
Ivan Safrin
|
90d7ac7802
Merge pull request #489 from wivlaro/number-is-single-support
|
vor 11 Jahren |
Bill Robinson
|
39c4fba316
Added support for Polycode being able to use single-precision rather than only double everywhere
|
vor 12 Jahren |
Bill Robinson
|
8ed65a36c5
Able to query how long slept for each frame
|
vor 11 Jahren |
Ivan Safrin
|
83c2f0104d
Added getScreenWidth and getScreenHeight wrapper methods to Core
|
vor 12 Jahren |
Bill Robinson
|
c99fdd658c
Particle emitter default update rate should match frame rate
|
vor 12 Jahren |
Ivan Safrin
|
c51a325316
Added Xcode 5 compatibility, retina display support in OS X, tweaked some UI positioning
|
vor 12 Jahren |
Ivan Safrin
|
b5bb40045f
Fixed horizontal scroll in UIScrollContainer, added a front end for the 3d asset import tool in the IDE, fixed refresh in the IDE project browser
|
vor 12 Jahren |
Ivan Safrin
|
8263af95a8
Added accessors to get desktop width and height from the Core (now usable from Lua). Removed deprecated screen info methods.
|
vor 12 Jahren |
cib
|
d48022a44c
Added Core::captureMouse(bool)
|
vor 12 Jahren |
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
|
vor 12 Jahren |
mcc
|
afc74abac5
Prevent event code collisions when using Polycode stock classes by adding a class-unique EVENTBASE_ constant to each class's event types. (The EVENTBASE_s are documented in PolyEvent.h.) Make a small change to create_lua_library to support the EVENTBASE_ idiom.
|
vor 13 Jahren |
Ivan Safrin
|
2522352a17
Fixed Lua debug reporting in player, made IDE throttle down instead of pausing core on lose focus, added open files dropdown and active project name display to the IDE
|
vor 13 Jahren |
Ivan Safrin
|
ab57cb458b
Core pausing on lose focus, IDE will now pause core on lose focus
|
vor 13 Jahren |
Ivan Safrin
|
f8dc3922a7
OS-specific shortcut keys and core shortcut events
|
vor 13 Jahren |
Ivan Safrin
|
134576cae7
Tons of Windows fixes
|
vor 13 Jahren |
Ivan Safrin
|
a503864244
All classes now subclass PolyBase to faciliate casting in Lua bindings
|
vor 13 Jahren |
Ivan Safrin
|
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),
|
vor 13 Jahren |
Ivan Safrin
|
8a8b1cfa08
Player exits more gracefully on quit, debuggger improvements in the IDE
|
vor 13 Jahren |
Ivan Safrin
|
5e0b6cf926
Scrolling setters for scrollbars and scroll container, execute command for Core, app launcher for Cocoa core, misc IDE changes
|
vor 13 Jahren |
Ivan Safrin
|
2342359635
App focus lose and gain support on Mac, fixed bug with modifier keys
|
vor 13 Jahren |
Ivan Safrin
|
40766fd24b
Moved getScreenInfo to Core
|
vor 13 Jahren |
Ivan Safrin
|
dda069be43
Threaded event fixes
|
vor 13 Jahren |
Ivan Safrin
|
83f843670e
Fixed potential crash in TUIO module, exposed eventMutex in Core
|
vor 13 Jahren |
Ivan Safrin
|
6e1940bf25
Thread-safe events, adjustment Matrix for polygon picking
|
vor 13 Jahren |
Ivan Safrin
|
942c53bd70
A wrapper for time information, might have broken windows
|
vor 13 Jahren |
Ivan Safrin
|
490211cbd1
Warp mouse Cocoa implementation
|
vor 13 Jahren |
Ivan Safrin
|
0a4775b3ca
Made label size methods static, added Vector2 shader uniforms, animation end callback in ScreenSprite, shape testing methods for 2D Physics
|
vor 13 Jahren |