Duion
c8a6099ff4
version.h: changed version to 1.0.8.0
2017-03-26 14:38:01 +02:00
Duion
aff033dd0d
Merge branch 'GarageGames/master' into ueberengine-dev
...
Conflicts:
Engine/source/windowManager/sdl/sdlWindowMgr.cpp
Tools/CMake/torque3d.cmake
3.10 final update
2017-03-23 20:36:21 +01:00
Thomas "elfprince13" Dickerson
88106f9032
Fixed type inference for nulls in console functions
2017-01-06 17:18:37 -05:00
Duion
186604eb76
Merge branch 'GarageGames/development' into ueberengine-dev-3.10
...
Conflicts:
Engine/source/app/version.h
Engine/source/terrain/terrData.cpp
2016-12-13 17:28:36 +01:00
Areloch
de1f002adc
Merge pull request #1846 from CouleeApps/background-fix
...
Fix SDL/Mac report going into the background
2016-12-05 09:06:14 -06:00
Areloch
e996cf25fb
Merge pull request #1843 from rasteron/development
...
Update version.h
2016-12-04 23:03:03 -06:00
Glenn Smith
ad30641499
SDL/Mac report going into the background
2016-12-04 17:24:27 -05:00
Raster Ron
a3f9365347
Update version.h
2016-12-03 19:41:38 +08:00
Duion
f090d8ca03
version change to 1.0.7.0
2016-12-02 15:01:48 +01:00
James Urquhart
5b1bb6547a
Fix lookup issue on TCPObject. Also sync with working code.
2016-10-28 18:31:47 +01:00
James Urquhart
704577e051
Preliminary IPV6 Support
2016-10-25 19:09:02 +01:00
Duion
81750f3deb
Merge branch 'GarageGames/master' into ueberengine-dev
...
Conflicts:
Engine/source/T3D/fps/guiCrossHairHud.cpp
2016-07-27 13:44:27 +02:00
Duion
5b62df81c7
Version change to 1.0.6.0
2016-06-07 19:24:56 +02:00
Duion
9338e032b5
Version change to 1.0.5.0
2016-04-03 21:04:26 +02:00
Anis
794f1b9536
Merge pull request #1532 from GarageGames/pr/1143
...
[CLONE] More consolefunctions #1143
2016-02-26 18:57:49 +01:00
Anis
8c50cc70c3
Merge pull request #1186 from MusicMonkey5555/tcp-additions
...
Tcp additions
2016-02-25 16:28:34 +01:00
Duion
2fc35bad99
version change to 1.0.4.0
2016-01-15 02:30:02 +01:00
Areloch
7a3b40a86d
Initial Implementation of the Taml, Asset and Modules systems.
...
Only has example and shape assets currently.
2015-10-13 15:19:36 -05:00
Duion
aa6d9b8ec2
version change to 1.03
2015-10-07 23:46:38 +02:00
Duion
683a11e384
Merge branch 'GarageGames/development' into ueberengine-dev
2015-08-06 20:05:32 +02:00
Areloch
0d6768d57b
Removing stuff pertaining to demo modes and trials, as they're redundant now.
2015-07-01 23:36:56 -05:00
Duion
84155d13d0
other version numbering
2015-05-03 10:32:10 +02:00
Duion
f886481937
Version number update
2015-05-03 02:47:05 +02:00
Daniel Buckmaster
6c92ab065e
Merge remote-tracking branch 'jamesu/console_stack_fix2' into development
...
Conflicts:
Engine/source/console/console.cpp
2015-03-01 20:33:29 +11:00
Ben Payne
0ffd7f5620
Fix member vars left uninitialized in constructors
2015-02-20 18:41:51 -05:00
Nathan Bowhay
69b1c0072c
Allowed for WebSocket reading
...
Allowed for WebSocket reading in script.
2015-02-12 12:19:56 -08:00
Nathan Bowhay
1d20f6d26a
Fixed spacing issues
...
Changed spacing from tabs to 3 spaces.
2015-02-12 12:18:34 -08:00
Nathan Bowhay
0915a642a5
Optimized file reading to buffer
...
Optimized the code that reads the file to the buffer as suggested by
@jamesu
2015-02-12 12:07:55 -08:00
Azaezel
16ed4d2811
stack corruption's bad, mmmmkay?
2015-02-09 19:04:51 -06:00
James Urquhart
3f97c2cedd
Fix building on GCC
2015-02-09 16:14:14 +00:00
Azaezel
5bbbe7bbe2
extra entry in DefineConsoleFunction( queryMasterServer
...
looks like a copypasta slip up.
2015-02-09 02:12:25 -06:00
James Urquhart
f44a3f27d6
Fix stack balancing problems by refactoring execution calls
...
- Con::executef now uses a template
- All public execution functions now restore the console stack upon return
- Fixed bad parameters on some callbacks
- Reverts get*Arg behavior
2015-02-08 00:08:18 +00:00
Nathan Bowhay
0a76809092
Opened finishLastLine to script
...
Opened finishLastLine to script so you can eat the rest of the lines in
script.
2015-02-05 11:44:32 -08:00
Nathan Bowhay
5f0b3984fc
Added sendFile method
...
Added a method to send an entire file over tcp.
2015-02-05 11:43:56 -08:00
Nathan Bowhay
a0250e6c6b
Added callback when we read all lines
...
Added a script callback when all lines have been read.
2015-02-05 11:41:44 -08:00
Nathan Bowhay
7ef3a64957
Added getLocalTime console function
...
Add getLocalTime console function so that script has access to the local
time.
2015-02-05 11:28:19 -08:00
Daniel Buckmaster
014b566014
Merge remote-tracking branch 'gg/development-3.6' into development
...
Conflicts:
Engine/source/T3D/gameFunctions.cpp
2015-01-29 21:17:38 +11:00
Daniel Buckmaster
bc12f13e9a
Rename netTest.cpp to netExamples.cpp
2015-01-28 09:53:04 +11:00
LuisAntonRebollo
aa35157eef
PlatformSDL implementation.
2015-01-19 01:17:37 +01:00
Daniel Buckmaster
05b8fe4423
Bump version numbers.
2014-12-29 12:32:45 +11:00
Daniel Buckmaster
ae284a89ec
Merge branch 'development' into defineconsolemethod
...
Conflicts:
Engine/source/materials/materialDefinition.cpp
2014-12-26 13:22:16 +11:00
Daniel Buckmaster
3ab048c5b0
Fixes after feedback from Luis.
...
* Made use of dStrIsEmpty in more locations (and fixed it :P)
* Removed commented-out code
* Corrected default params
* Fixed some console warning formats
* Removed tabs
* Corrected setExtent API
2014-12-23 18:48:02 +11:00
Daniel Buckmaster
9396ae7176
Merge remote-tracking branch 'Winterleaf/Development-Console' into defineconsolemethod
...
Conflicts:
Engine/source/T3D/missionMarker.cpp
2014-12-21 21:23:55 +11:00
Vincent Gee
16765aceca
Bit Alignment of variables in serverQuery.cpp
2014-11-30 19:06:27 -05:00
Daniel Buckmaster
c354f59b72
Merge pull request #922 from eightyeight/fix-http-post
...
Make HTTPObject::post work
2014-11-08 15:35:32 +11:00
Daniel Buckmaster
697dbb13b3
Make HTTPObject::post work.
2014-11-08 15:34:15 +11:00
Daniel Buckmaster
3082bb3adc
Merge pull request #884 from GarageGames/development-3.6
...
Version 3.6.2
2014-11-05 20:28:01 +11:00
Vincent Gee
acb192e2a5
Replaced a ton of ConsoleMethods with the DefineConsoleMethod Macro.
2014-11-03 22:42:51 -05:00
Daniel Buckmaster
dc92d58692
Update version.h
2014-11-04 11:12:15 +11:00
Daniel Buckmaster
81a385094f
Merge pull request #842 from eightyeight/console-func-refactor
...
jamesu's console function refactor
2014-10-24 00:42:58 +11:00