Ivan Safrin
|
bb3204a27a
Added clampDefault and mipmapsDefault settings to MaterialManager to set the texture clamping and mimap generation defaults
|
12 лет назад |
Ivan Safrin
|
9f0a1f1905
Added safe_delete to Lua API which deletes passed object on next frame, added stopTrackingChild to PhysicsScreen, contact events now dispatched after box2d step completes.
|
12 лет назад |
cib
|
faad50deb0
Added tagfile generation to doxygen files.
|
12 лет назад |
cib
|
f8fb6a7a3d
Added doxygen comments to PolyUITextInput.h
|
12 лет назад |
Ethan M
|
08a4605749
switched to max() to make sure colEnd arg >= 0 (instead of if testing)
|
13 лет назад |
Ivan Safrin
|
b548bbaf1e
Made labels not re-render if text and color are the same
|
13 лет назад |
Ivan Safrin
|
5e9aebe160
Added ENTITY_CAPSULE and ENTITY_TRIPLE_CIRCLE entity types to 2d physics
|
13 лет назад |
Ethan M
|
b5dec1c4ca
Fixed a crash that happened when attempting to select text with left key + shift
|
13 лет назад |
Ivan Safrin
|
59f6ddce52
Fixed caret not updating when skipping right in the text editor
|
13 лет назад |
Ivan Safrin
|
b402246a60
Merge pull request #247 from CIB/documentation
|
13 лет назад |
Ivan Safrin
|
7335fd5189
Merge pull request #245 from CIB/cleanup
|
13 лет назад |
cib
|
f89ca06494
Added a doxygen file for PolycodeUI
|
13 лет назад |
cib
|
ecd061af4d
Added doxygen comments to PolyUIMenu.h
|
13 лет назад |
cib
|
2753d88462
Prevent UIMenu from going over the screen in the IDE.
|
13 лет назад |
Ivan Safrin
|
e233f5a67a
Merge branch 'master' of https://github.com/ivansafrin/Polycode
|
13 лет назад |
Ivan Safrin
|
bbd27232a4
Added material support to ScreenMesh, ignoreParentMatrix now set to false for collisionOnly entities in 2D physics module
|
13 лет назад |
Ethan M
|
428490c1c9
Added ability to cut and copy the current line in UITextInput without selecting
|
13 лет назад |
Ivan Safrin
|
13a2164e84
Merge pull request #243 from CIB/cleanup
|
13 лет назад |
cib
|
f7cf4f15b5
Fixed PAGEUP and ALT on windows.
|
13 лет назад |
cib
|
1e5b9e3100
Improved the LSHIFT/RSHIFT distinction.
|
13 лет назад |
Ivan Safrin
|
4db14f5a6a
Merge pull request #241 from TheCosmotect/console-history
|
13 лет назад |
Ivan Safrin
|
cb9663c5ce
Merge pull request #228 from TheCosmotect/proj-title-fix
|
13 лет назад |
Ivan Safrin
|
a6350079bf
Merge pull request #236 from CIB/cleanup
|
13 лет назад |
Ivan Safrin
|
d65ceebb88
Merge pull request #239 from mcclure/frustum
|
13 лет назад |
Ivan Safrin
|
d30258d26a
Added new Render/Update separation to Windows Core
|
13 лет назад |
Ivan Safrin
|
e62e6a5a7e
Added new Render/Update separation to SDL Core
|
13 лет назад |
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
|
13 лет назад |
Ivan Safrin
|
3501ac41af
Merge pull request #240 from mcclure/soundfix
|
13 лет назад |
mcc
|
baec985ec6
Sound: Don't use uninitialized variables. Add more checkALErrors. Clean up duplicate code.
|
13 лет назад |
Ethan M
|
4d1cfa740b
Added a simple command history for the IDE's console
|
13 лет назад |