| .. |
|
Audio
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
12 years ago |
|
Container
|
3652088894
Removed bool operator from shared & weak pointers, as it led to erroneous comparisons between shared pointers of base & subclass. The conversion operator to raw pointer should rather work as expected.
|
12 years ago |
|
Core
|
6a6a5e4adc
Fixed GetPlatform() to correctly return 'Raspberry Pi' as the platform name on Pi. Fixed Editor's mouse cursor not visible on Pi.
|
12 years ago |
|
Engine
|
d9b6362305
Refactored Application class to not require exit codes in the virtual functions. Rather the ErrorExit() function can be called if the application should not go on to the main loop.
|
12 years ago |
|
Graphics
|
7ff755194d
Set OpenGL pixel alignment to 1 for texture reads/writes to support textures with odd widths without padding.
|
12 years ago |
|
IO
|
fec4a8fef5
Fixed the SystemOpen() on Mac/Linux platform to use the full path to the executable as the new file check in the SystemRun() does not consider system-wide search PATH environment variable.
|
12 years ago |
|
Input
|
6a6a5e4adc
Fixed GetPlatform() to correctly return 'Raspberry Pi' as the platform name on Pi. Fixed Editor's mouse cursor not visible on Pi.
|
12 years ago |
|
Math
|
6899609644
Applied consistency edits to the ParticleEmitter API. Added missing UpdateInvisible attribute & functions.
|
12 years ago |
|
Navigation
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
12 years ago |
|
Network
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
12 years ago |
|
Physics
|
fc841ce8d1
Applied global UI double click patch from Chris Friesen. Removed individual double click handling in LineEdit & ListView elements.
|
12 years ago |
|
Resource
|
3cd4625ad1
Store shader parameters as Variants to preserve the coordinate count & distinguish between eg. floats and Vector4's.
|
12 years ago |
|
Scene
|
ad7b7451b4
As latest SDL was found to be non-threadsafe in practice, removed the StaticMutex and the OBJECTTYPESTATIC constructs which were added to support multi-context use within a single process.
|
12 years ago |
|
Script
|
57899bce0c
Added skeleton of a material editor window.
|
12 years ago |
|
UI
|
3652088894
Removed bool operator from shared & weak pointers, as it led to erroneous comparisons between shared pointers of base & subclass. The conversion operator to raw pointer should rather work as expected.
|
12 years ago |