Areloch
41240cfd38
Merge pull request #2037 from Areloch/BaseGameToDate
...
Base game to date
2017-07-09 03:44:56 -05:00
Areloch
90c04cb8f4
Merge pull request #2025 from John3/fixWarnMat
...
Fix load texture warnmat
2017-07-09 03:10:42 -05:00
Areloch
c2a5b1e9e4
Merge pull request #2026 from John3/nodeFilter
...
node filter for shape editor
2017-07-09 03:03:52 -05:00
Areloch
1de626e829
* Intel GL Fix
2017-07-08 02:56:50 -05:00
Areloch
d07abe8ad2
* 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-07-08 02:56:09 -05:00
Areloch
296ab5b532
* Removes Direct3D9 functionality.
2017-07-07 03:13:43 -05:00
Areloch
412c0380f4
Merge pull request #2031 from rextimmy/intel_gl_fix
...
Intel GL Fix
2017-07-05 23:06:13 -05:00
rextimmy
e2a3bf1d19
Intel GL Fix
2017-07-05 14:45:00 +10:00
Johxz
f2fb6c117d
node filter for shape editor
2017-06-23 21:35:05 -05:00
Johxz
6f95747311
Fix unable to load texture warnmat
2017-06-23 21:13:30 -05:00
Areloch
25686ed4be
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
Areloch
edd1e0a270
Removes Direct3D9 functionality.
2017-05-28 16:51:31 -05:00
Areloch
35ddfd53b2
Does the prepass->deferred rename for the full template as well to make it play nice while we prep for the swap over to the BaseGame template.
2017-05-08 18:33:14 -05:00
Areloch
bb7440ee5a
Merge pull request #1982 from aaravamudan2014/development
...
Added gui functionality for vehicle re-mapping as per #950
2017-04-28 21:48:23 -05:00
Areloch
5a4c9adc0f
Merge pull request #1992 from AlexBarys/DecalPropertiesNamedWrong
...
Fixed old names of decal properties
2017-04-26 23:54:09 -05:00
AlexBarys
4ab37dec76
Fixed misspelling of dragCoefficient property
...
As noted in issue #1501 , the dragCoefficient property was misspelled in multiple locations as "dragCoeffiecient"
This corrects the spelling in all of those locations.
2017-04-26 13:10:32 -04:00
aaravamudan2014
170e2ea532
Added new config file save for vehicle re-mappings
...
Added gui functionality for vehicle re-mapping
Update optionsDlg.cs
Fixed some coding guidelines problem
Fix some of the indentation problems (tabs replaced by spaces).
Curly bracket guidelines followed.
fixed some indentation problems
just noticed a few more indentation problem, my bad.
2017-04-26 09:40:38 -04:00
AlexBarys
a5fefe4bea
Fixed old names of decal properties
...
Renamed the screenStartRadius and screenEndRadius properties in the bulletHoleDecal datablock and ScorchRXDecal datablock to fadeStartPixelSize and fadeEndPixelSize properties, respectively, to match names of the properties as defined in the decalData.cpp file, as noted in issue #1498
Among other possible fixes, this makes the size of the bullet hole decal's actually random in size now, instead of always being the exact same size.
2017-04-23 19:06:36 -04:00
Areloch
af8fbf0e3a
Goes and replaces the references/names that use Prepass to be Deferred, since we're actually using deferred.
2017-04-11 00:23:14 -05:00
Areloch
b052a1f970
Merge pull request #1961 from Azaezel/snapwork
...
[augs]Snapwork
2017-04-08 17:40:46 -05:00
Areloch
a61289e71c
Merge pull request #1973 from Azaezel/endingEmpty
...
empty template is superceded by basegame + plugins.
2017-04-08 17:27:46 -05:00
Azaezel
2d5daea554
empty template is superceded by basegame + plugins.
2017-04-05 09:28:57 -05:00
Areloch
7e5d2f3eac
Additional cleanup and add-in of files that were missed.
2017-03-27 00:36:23 -05:00
Areloch
b357ad077d
Re-adds some bits from the old templates that were missed when doing the BaseGame template.
2017-03-26 17:53:01 -05:00
Azaezel
3f94a33a5f
basegame script update for snapwork
2017-03-05 23:07:02 -06:00
Azaezel
f8a81d2634
Merge branch 'development' into snapwork
2017-03-05 22:58:29 -06:00
Areloch
d793bb6804
Added the data/shaderCache dir for procedural shader files to generate into as well.
2017-03-05 01:26:33 -06:00
Areloch
9bf9184628
Fixed up the GL side, and tweaked some shader pathing to not cause issues with the new common shader placement.
2017-03-05 01:19:21 -06:00
Areloch
2f88bdf865
Tweaked the no-levels-found popup messagebox to properly call the returnTo functionality to bump back to the appropriate originator gui.
2017-03-01 00:46:39 -06:00
Areloch
bd3af15260
Missed adding the postFXInit call to the main.cs.in file.
2017-02-27 23:02:33 -06:00
Areloch
9f171a42e7
Adds some basic, common materials to the editor so some starting point is always on-hand, as well as hook the BlankRoom starting editor level up to use them.
...
Added a check so if no levels are found from other modules, the default ui module will prompt the user to launch the editor to the base editor level and begin editing or return to main menu if tools are present, or inform them to double-check that there are modules with gameplay/levels and return them to the main menu in no tools available.
Also set it up so if the editor is launched while a mission isn't running, it'll automatically load to the base editor level and set up a default camera object. This way editing can be done even if no level is currently loaded.
2017-02-27 22:46:17 -06:00
Areloch
1520bc83b2
Move the common shader and postFX stuff to core, and moved the debug visualizers to the world editor, where they're actually used.
2017-02-27 15:29:35 -06:00
Azaezel
f1d315d51a
adds an atGizmo option - for now drops a new object at a given singular mesh position. TODO: at the center of a given group.
2017-02-26 18:34:32 -06:00
Areloch
1ed8b05169
Initial implementation of the new Base Game Template and some starting modules.
...
This makes some tweaks to the engine to support this, specifically, it tweaks the hardcoded shaderpaths to defer to a pref variable, so none of the shader paths are hardcoded.
Also tweaks how post effects read in texture files, removing a bizzare filepath interpretation choice, where if the file path didn't start with "/" it forcefully appended the script's file path. This made it impossible to have images not in the same dir as the script file defining the post effect.
This was changed and the existing template's post effects tweaked for now to just add "./" to those few paths impacted, as well as the perf vars to support the non-hardcoded shader paths in the engine.
2017-02-24 02:40:56 -06:00
Azaezel
4b1e2816a9
console spam cleanup
2017-02-22 16:51:50 -06:00
Azaezel
5e6826d9bd
fixes snap-to-terrain toggle not displaying it's initially saved-off state.
2017-02-22 15:11:21 -06:00
Azaezel
ebdd441833
adds a useGroupCenter var/button to allow folks to use non-itterative snapping, and defaults it to do so (maintains prior functionality envelope)
2017-02-22 14:31:26 -06:00
Areloch
2db03e47e9
Fixes a crash when you try to delete things without being in selection mode in the forest editor. Adds a sanity check that everything is properly set up before attempting the delete action.
...
Also adds a fix to the mesh item tab in the forest editor to correct odd selection behavior that could erroneously cause selection of two items in the list when you only clicked one.
2017-02-04 22:45:49 -06:00
Areloch
8985cbb0d3
Merge pull request #1894 from John3/enableVideoRecording
...
enable video recording
2017-01-30 18:26:50 -06:00
Areloch
ca4204be14
Merge pull request #1933 from Areloch/SDLMenubarFixins
...
Fixes editor handling of menubars when opening/closing.
2017-01-30 13:31:46 -06:00
Areloch
f8b650f7a1
Reworks the open/close functions of the gui and world editors so they will properly toggle between and clean up when closed.
2017-01-21 17:11:54 -06:00
Areloch
ec8b657b71
Adds support for multiple textures used in the strike rendering per @RichardsGameStudio's help.
2017-01-19 19:15:50 -06:00
Areloch
6a204f3528
Missed removing the old BMP splash for the new PNG one.
2017-01-16 00:16:17 -06:00
Areloch
f02d0d6c4e
Hooks the splash window code up to the same image loading code as the icon code, and also adds a check if it tries to load a BMP for either(this is a bad format and really shouldn't be used for pretty much anything).
...
Also includes a icon for the templates.
2017-01-16 00:09:55 -06:00
Areloch
713c93d328
Merge branch 'splashAndWindowIcons' of https://github.com/Areloch/Torque3D into development
2017-01-15 23:37:06 -06:00
Areloch
8a39f5e7b6
Merge pull request #1896 from rextimmy/physics_shapes
...
PhysicsShapeData examples
2017-01-04 02:23:28 -06:00
rextimmy
a3173b566e
PhysicsShapeData examples
2017-01-03 10:24:47 +10:00
Johxz
731981dbb6
Unused preDemoRecord()
2017-01-01 22:17:45 -06:00
Johxz
5e47c018b2
enable video recording
2017-01-01 21:40:41 -06:00
Johxz
260f108693
added torque SimView tool
2016-12-28 15:25:55 -06:00