Marc Chapman
9291bc6105
Sqlite Console refactor, also rename param to make tooltip function more helpful
2019-01-10 21:31:17 +00:00
troido
30d236cfb2
travis test whether compilation works on mac and linux
...
This checks both gcc and clang on linux, but only clang on mac
Becuse there are so many debug warnings they are supressed in a very hacky way:
Make is run first with error output ignored.
Then an incremental build is run which has the error output, but will only build the files that errored the first time (and will error again).
If anyone knows a better way to ignore the warnings that would be great.
2019-01-10 12:39:27 +01:00
Glenn Smith
2739d8713a
Really, github?
2019-01-10 04:18:35 -05:00
Glenn Smith
c256ebdb5c
Fix Input::getKeyCode on software keyboard layouts
...
Input::getAscii goes Torque keyCode -> SDL Scancode -> SDL Keycode -> SDL ascii key name
Input::getKeycode used to be SDL ascii key name -> SDL Scancode -> Torque keyCode
This mismatch made software keyboard layouts behave incorrectly in different places. For example, you would bind a key to an ActionMap and it would activate with a different button than specified.
2019-01-10 04:15:22 -05:00
Areloch
1acd8eb7c3
Merge pull request #2287 from Azaezel/macUpdates2
...
corrects compilation errors on mac
2019-01-09 09:42:19 -06:00
Marc Chapman
e2348f3d98
Add a .editorconfig file
2019-01-08 19:35:02 +00:00
Azaezel
8573e28e79
skylights do actually have a position. 0,0,0. so we can include those without messing with things. and we'll want to sum/count for blending purposes down the line. not render over each other
2019-01-08 11:16:05 -06:00
Areloch
edbbeaf008
Probe Array WIP
2019-01-07 20:34:19 -06:00
Brian Roberts
d640eeb228
Update afxRenderHighlightMgr.cpp
2019-01-07 11:41:17 -06:00
Azaezel
8d770c5609
afxRenderHighlightMgr: account for hardware skinning
2019-01-07 06:22:24 -06:00
Azaezel
aebbb1e3d8
tabspace
2019-01-06 15:50:19 -06:00
Azaezel
831e9db5a5
constant consistency creates continuums
2019-01-06 15:42:18 -06:00
Azaezel
95eb2fc626
zenity backend file filter fix
2019-01-06 14:24:33 -06:00
Areloch
6a0ef46c05
Merge pull request #2282 from OTHGMars/CanvasResize
...
Fixes CanvasSizeChangeSignal and Canvas::onResize() under SDL
2019-01-06 04:51:18 -06:00
Areloch
480818795f
Merge pull request #2288 from Azaezel/unixUpdates
...
corrects compilation errors on non-mac unix derivatives
2019-01-06 02:12:45 -06:00
Azaezel
e4206c4ae3
no message
2019-01-02 17:53:17 -06:00
Azaezel
7695c56f08
use the newer c_controlInterface file
2019-01-02 17:52:20 -06:00
Azaezel
9d59caae35
corrects compilation errors on non-mac unix derivatives
2019-01-01 15:41:59 -06:00
Azaezel
8304168365
linux compilation, defaults to using the older gtk solution till more folks have a chance to beat up the zenity one.
2019-01-01 15:40:44 -06:00
Azaezel
a5bdbd47a2
corrects compilation errors on mac
2019-01-01 13:11:46 -06:00
Azaezel
989662774e
blacklist updated to filter out the new zenity backend when on windows. likely need to do the same on mac and potentially resolve conflicts on linux
2019-01-01 11:00:05 -06:00
Azaezel
b5815bde22
NFD updated to 1.1.4
2019-01-01 10:58:53 -06:00
Areloch
6a6f452dad
Merge pull request #2285 from Azaezel/method_Unmangle
...
corrects a pair of conversions. one object oriented, one not.
2018-12-13 09:38:59 -06:00
Azaezel
85d8c7a2de
console conversion
2018-12-12 16:01:26 -06:00
Azaezel
8e534dd0c9
Merge branch 'method_Unmangle' into PBR_PR
2018-12-12 14:54:22 -06:00
Azaezel
450080de6a
corrects a pair of conversions. one object oriented, one not.
2018-12-12 14:52:14 -06:00
Azaezel
b09a9938f5
ReflectProbeMaterialInfo::setProbeParameters buffer binding correction (again, set order as colorbuffer = 1, matinfo = 2 for gbuffer consistency)
2018-12-10 03:39:31 -06:00
Azaezel
a2c27c398b
Merge branch 'PBR_PR' into PBR_PR_GLWIP
2018-12-10 01:19:41 -06:00
Areloch
a4770c19b5
Deleting a probe in the editor now automatically does a cleanup of it's baked cubemap files
...
Also added it to do the prefilter/irrad processing on any StaticCubemap selected.
2018-12-10 00:46:28 -06:00
Azaezel
03690e2169
vectorlight ssao macro fix, z=w trick gl side for cloudlayer variants
2018-12-09 19:48:18 -06:00
Azaezel
db84f5954e
straight convert of RGBA16F saving support for probes. should note gl side seems to be having an issue with loading probes thats resulting in color channel swapping.
2018-12-09 18:09:45 -06:00
Azaezel
652d041af3
skylight conversion
2018-12-09 16:57:14 -06:00
Azaezel
8208269380
pointlight: forgot a secondary ssPos.xy/ssPos.w entry. GL rightly doesn't you to modify an input variable with impunity and reuse it. if we waant to go back to the precalculated .xyz/w route, pick a different varname (one that makes real sense, not just IN_ tacked on), or better yet precalculate the var itsself rather than going perpixel.
...
also converted spotlight.
2018-12-09 15:59:48 -06:00
Areloch
18c054f3b1
Merge pull request #2284 from OTHGMars/SDLMonitor
...
Fills in monitor functions in PlatformWindowManagerSDL
2018-12-09 15:36:15 -06:00
Areloch
9303fa8089
Merge pull request #2283 from OTHGMars/SDLFocus
...
Adds handlers for sdl focus events.
2018-12-09 15:36:00 -06:00
Areloch
738e2d5088
Merge pull request #2258 from Areloch/OthroCameraFix
...
Fixes the front/back ortho views in the editors
2018-12-09 15:35:38 -06:00
Areloch
bdd0c94a36
Merge pull request #2103 from Areloch/ConvexProxies
...
Adds functionality to automate convex proxy objects
2018-12-09 15:34:22 -06:00
Areloch
8c2e27057e
Merge branch 'development' into ConvexProxies
2018-12-09 15:34:12 -06:00
Areloch
7fdd60a9b6
Merge pull request #2186 from rextimmy/physx_3_4
...
Physx 3.4
2018-12-09 15:28:43 -06:00
Areloch
9cd149102d
Merge pull request #2248 from lukaspj/new-cinterface
...
New cinterface
2018-12-09 15:28:22 -06:00
Azaezel
cab68a6f23
vectorlight conversion cleanups, pointlight port
2018-12-09 15:26:14 -06:00
Areloch
e29f5b5001
Merge pull request #2246 from lukaspj/update-cinterface
...
Update CInterface
2018-12-09 15:24:29 -06:00
Areloch
e0591ddd2f
Merge pull request #2228 from lukaspj/fix-enginexmlexport
...
Make EngineAPI Export work properly
2018-12-09 14:52:27 -06:00
Areloch
5b8f316d80
Merge pull request #2245 from lukaspj/EngineAPI-Refactor
...
Clean-up uses of ConsoleFunction etc.
2018-12-09 14:49:10 -06:00
Areloch
3a71c75596
Merge branch 'development' into EngineAPI-Refactor
2018-12-09 14:48:50 -06:00
Areloch
8605c3115d
Initial WIP of the Modern Editor Layout
2018-12-08 12:50:31 -06:00
Azaezel
7160882bd2
gl conversion WIP. general notes: mSamplerNames[#]/samplerNames[#] entry explicitly corresponds to the order of definition GL side.
...
shifted the colorbuffer slot over to S1 in keeping with the gbuffer layout for consistency
completed converts: brdf, lighting, torque.
nonvisually verified convert: vectorlight
noncompiling due to tripping on deferredUncondition: reflectionprobe
2018-12-08 01:41:06 -06:00
Areloch
b2963442e6
Added deletion tracking so when we delete a probe, it'll delete the prefilter/irrad bakes if they exist.
...
WIP of static cubemap bake(not working).
2018-12-07 00:30:08 -06:00
Azaezel
73b08ae80d
Merge branch 'PBR_PR' of https://github.com/Azaezel/Torque3D into PBR_PR
2018-12-05 10:55:37 -06:00
Azaezel
866ff49993
retweaked filter for wether ot not to supress the zonelight culling methods when not in the diffuse pass
2018-12-05 10:55:29 -06:00