Areloch 6d37709b51 Merge pull request #2225 from Azaezel/defineDistaste 7 年 前
..
T3D 81f9f1bdbd Merge pull request #2215 from Areloch/MeshBaking_Expanded 7 年 前
afx 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
app 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
assets 4341428d53 Asset Browser initial implementation - Asset updates. 7 年 前
cinterface 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
collision bd4f2b002d Merge pull request #1801 from Azaezel/registerRemoval 9 年 前
console 6d37709b51 Merge pull request #2225 from Azaezel/defineDistaste 7 年 前
core 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
environment af62b5c0a9 Phase 2: #ifdef for Zodiacs and particles 7 年 前
forest 7567ca10c3 Reworks the $Core::commonShaderPath variable usage to be a static variable in ShaderGen for efficiency(only one getVariable when shadergen is initialized), as well as implements the ability to set a default value, and ensures that it tries to set a path even if the pref variable is missing which is important for ported projects from older builds. 8 年 前
gfx 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
gui ffe9405568 Adds a convenience function to refresh the console dialog. 7 年 前
i18n 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
lighting e67e87cfac Fix assert on exit when Basic Lighting is removed 7 年 前
main 1a3e7970ca requested revision: use dword just in case of compiler shenanigans 7 年 前
materials a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 年 前
math cf98ef8350 adds an mWrap and mWrapF method for cycling values to within a given range. 7 年 前
module a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 年 前
navigation d04a432f19 profiling blocks for navmesh subsystem analysis 8 年 前
persistence 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
platform f9c684fb11 Speaking of badly sized mac things 7 年 前
platformMac a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 年 前
platformPOSIX 1728fe39ad Use strncat instead of strcat to prevent some buffer overflows 7 年 前
platformSDL 253dd02096 Refactors the Popup menus and GuiMenuBars to remove unneeded duplication and platform-specific/deprecated code. 8 年 前
platformWin32 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
platformX86UNIX 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
postFx 0801a3cca8 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 8 年 前
renderInstance 0801a3cca8 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 8 年 前
scene 43ca2c5bc2 Cleanup of export function to remove redundant arg 7 年 前
sfx a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 年 前
shaderGen 963333c583 More cats and cpys in files that xcode doesn't see 7 年 前
sim 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
sqlite 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
terrain a94587af43 Use strncpy instead of strcpy because again, buffer overflows 7 年 前
testing 963333c583 More cats and cpys in files that xcode doesn't see 7 年 前
ts 43ca2c5bc2 Cleanup of export function to remove redundant arg 7 年 前
util 6b024b21bf As suggested, extract strlen calls from sizes into variables so it isn't called twice 7 年 前
windowManager 253dd02096 Refactors the Popup menus and GuiMenuBars to remove unneeded duplication and platform-specific/deprecated code. 8 年 前
.gitattributes f822c943b8 Somebody broke SDL when they updated it. The new version depends on AudioToolbox, so added that as dependency in torque3d.cmake 8 年 前
ggEndOfLineFix.txt 7dbfe6994d Engine directory for ticket #1 13 年 前