| .. |
|
afx
|
afx effect-vector and phrase membervar cleanups
|
2018-03-30 02:54:48 -05:00 |
|
app
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
assets
|
shadowvar cleanup
|
2018-03-16 20:28:01 -05:00 |
|
cinterface
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
collision
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
console
|
Merge pull request #2236 from Azaezel/memberMess
|
2018-05-30 20:36:43 -05:00 |
|
core
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
environment
|
Fix for ScatterSky zOffset
|
2018-07-07 13:16:46 -04:00 |
|
forest
|
Merge pull request #2252 from pacomont/Allow_to_change_wind's_direction
|
2018-07-12 15:42:51 -05:00 |
|
gfx
|
Merge pull request #2247 from rextimmy/d3d11_tex_lock_fix
|
2018-07-12 15:17:49 -05:00 |
|
gui
|
Updated to work without keyboard event refactor.
|
2019-01-10 17:44:30 -05:00 |
|
i18n
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
lighting
|
more gfx shadowvar cleanups
|
2018-03-13 21:25:45 -05:00 |
|
main
|
requested revision: use dword just in case of compiler shenanigans
|
2018-02-26 22:34:21 -06:00 |
|
materials
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
math
|
member var conversion error that oddly didn't crop up till mac testing.
|
2018-07-04 18:26:14 -05:00 |
|
module
|
Use strncpy instead of strcpy because again, buffer overflows
|
2018-03-06 02:35:33 -05:00 |
|
navigation
|
gui shadowvar cleanups
|
2018-03-15 14:50:54 -05:00 |
|
persistence
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
platform
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
platformMac
|
Use strncpy instead of strcpy because again, buffer overflows
|
2018-03-06 02:35:33 -05:00 |
|
platformPOSIX
|
Use strncat instead of strcat to prevent some buffer overflows
|
2018-03-06 00:48:44 -05:00 |
|
platformSDL
|
Refactors the Popup menus and GuiMenuBars to remove unneeded duplication and platform-specific/deprecated code.
|
2017-11-11 01:21:48 -06:00 |
|
platformWin32
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
platformX86UNIX
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
postFx
|
tAlgorythm fed namespace T3D for better library interoperability. resulted in the need to specify usage in... a few places.
|
2017-12-27 22:57:47 -06:00 |
|
renderInstance
|
Implementation of sRGB image support. Overhauls the linearization setup to utilize the sRGB image types, as well as refactors the use of ColorF and ColorI to be properly internally consistent. ColorIs are used only for front-facing/editing/UI settings, and ColorFs, now renamed to LinearColorF to reduce confusion of purpose, are used for color info in the engine itself. This avoids confusing and expensive conversions back and forth between types and avoids botches with linearity. Majority work done by @rextimmy
|
2017-06-23 11:36:20 -05:00 |
|
scene
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
sfx
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
shaderGen
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
sim
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
sqlite
|
As suggested, extract strlen calls from sizes into variables so it isn't called twice
|
2018-03-08 20:59:40 -05:00 |
|
T3D
|
Merge pull request #2255 from pacomont/Particles_go_downwind
|
2018-07-12 15:34:35 -05:00 |
|
terrain
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-04-23 10:08:14 -05:00 |
|
testing
|
More cats and cpys in files that xcode doesn't see
|
2018-03-07 01:13:56 -05:00 |
|
ts
|
Merge pull request #2236 from Azaezel/memberMess
|
2018-05-30 20:36:43 -05:00 |
|
util
|
Merge branch 'development' of https://github.com/GarageGames/Torque3D into memberMess
|
2018-03-28 15:42:34 -05:00 |
|
windowManager
|
Refactors the Popup menus and GuiMenuBars to remove unneeded duplication and platform-specific/deprecated code.
|
2017-11-11 01:21:48 -06:00 |
|
.gitattributes
|
Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake
|
2017-01-13 10:42:52 -05:00 |
|
ggEndOfLineFix.txt
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |