Ivan Safrin
|
1983a51de4
Added a fix for fixed timestep on Windows
|
11 years ago |
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 years ago |
Ivan Safrin
|
5949271514
clang doesn't like d suffixes on numbers
|
11 years ago |
Ivan Safrin
|
90d7ac7802
Merge pull request #489 from wivlaro/number-is-single-support
|
11 years ago |
Bill Robinson
|
39c4fba316
Added support for Polycode being able to use single-precision rather than only double everywhere
|
12 years ago |
Bill Robinson
|
8ed65a36c5
Able to query how long slept for each frame
|
11 years ago |
Ivan Safrin
|
83c2f0104d
Added getScreenWidth and getScreenHeight wrapper methods to Core
|
12 years ago |
Ivan Safrin
|
ffe0ba5a39
Manual cherry picking of pull request #392
|
12 years ago |
Ivan Safrin
|
8263af95a8
Added accessors to get desktop width and height from the Core (now usable from Lua). Removed deprecated screen info methods.
|
12 years ago |
Devin Stone
|
c1f2e71e20
fixing timing bug
|
12 years ago |
cib
|
d48022a44c
Added Core::captureMouse(bool)
|
12 years ago |
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 years ago |
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
|
13 years ago |
Ivan Safrin
|
ca117d36ba
Fixed core update pause causing the IDE to not update when debugger connects
|
13 years ago |
Ivan Safrin
|
ab57cb458b
Core pausing on lose focus, IDE will now pause core on lose focus
|
13 years ago |
Ivan Safrin
|
a770a9bcbb
Linux fixes for core library and examples/template
|
13 years ago |
Ivan Safrin
|
c93ec560d5
Reset input state on app gain focus
|
13 years ago |
Ivan Safrin
|
5e0b6cf926
Scrolling setters for scrollbars and scroll container, execute command for Core, app launcher for Cocoa core, misc IDE changes
|
13 years ago |
Ivan Safrin
|
2342359635
App focus lose and gain support on Mac, fixed bug with modifier keys
|
13 years ago |
Ivan Safrin
|
40766fd24b
Moved getScreenInfo to Core
|
13 years ago |
mcc
|
e3e6758d7d
Merge 9/22 screeninfo and ivansafrin Polycode branches
|
13 years ago |
Ivan Safrin
|
dda069be43
Threaded event fixes
|
13 years ago |
Ivan Safrin
|
83f843670e
Fixed potential crash in TUIO module, exposed eventMutex in Core
|
13 years ago |
Ivan Safrin
|
6e1940bf25
Thread-safe events, adjustment Matrix for polygon picking
|
13 years ago |
mcc
|
2a02fa1e42
Merge 8/13 mcclure screeninfo branch with Ivan Polycode branch
|
13 years ago |
mcc
|
47147ae45d
Merge 7/29 mcclure screeninfo branch with Ivan Polycode branch
|
13 years ago |
Ivan Safrin
|
942c53bd70
A wrapper for time information, might have broken windows
|
13 years ago |
Ivan Safrin
|
dc006132ba
Touch events in Input core, TUIO module and multiple monitor support in Cocoa
|
13 years ago |
Ivan Safrin
|
3f300899cd
Some more IDE work
|
14 years ago |
Ivan Safrin
|
695a105915
IDE header cleanup and some IDE fixes
|
14 years ago |