Robert MacGregor
215a93e9af
* BugFix: Correction for compiling on x86 Unix devices.
2021-11-02 17:36:22 -04:00
Robert MacGregor
dd03af5041
* BugFix: Corrections to the Unix file IO to allow for compilation on ARM Unix devics.
2021-11-01 08:52:35 -04:00
Robert MacGregor
42b862a54b
* [Unix] BugFix: Correct a fatal error that may be thrown from functions like isFile is passed a bad path.
2021-10-14 20:38:01 -04:00
Robert MacGregor
444c9dcf41
* BugFix: Correct non-constant array allocations in the POSIX case insensitivity code.
2021-10-11 10:45:02 -04:00
Robert MacGregor
497a94f884
* Adjustment: Cleanups to the case insensitivity code for POSIX systems and add case insensitivty to directory dumping code.
2021-10-11 10:24:24 -04:00
Robert MacGregor
070a3a30b6
* [Linux] BugFix: Free the mouse cursor when triggering SIGTRAP on Linux to ensure that the cursor is available for debugging.
2021-10-06 00:35:38 -04:00
Robert MacGregor
1b6b803a20
* BugFix: Clear a lot of warnings and correct a few actual programming errors along the way.
2021-10-04 20:04:21 -04:00
Robert MacGregor
4cfb3c4f04
* [Linux] BugFix: Corrections to allow the Linux win console (Ie. the terminal you ran the game from) to act as a console input.
2021-09-22 20:28:39 -04:00
Jeff Hutchinson
633bc040d0
Update thread ids for 64bit support.
2021-08-29 20:34:57 -04:00
Robert MacGregor
3a4f0e8808
* [x86UNIXFileio] BugFix: Correct an error in the initial call to recurseDumpDirectories that causes an empty list of directories to always be returned.
...
* [UI Module] BugFix: Change module directory name to uppercase for matching the declared module name in its module file for asset tree browsing to work correctly on case sensitive systems.
2021-08-13 23:31:29 -04:00
AzaezelX
254ac462b5
sdl usage standards proposal 3:
...
again maintains fallbacks for folks that just don't want to use the lib (though if we do want to go that route, we'll likely want to re-review a few commits and put fallbacks, well, *back* at some point)
includes sdl in torqueconfig.h if in use to kill duplication.
adds a generic sdlPlatform.cpp for general methods, oneliners, and the like
2020-12-31 14:44:39 -06:00
Areloch
533ff28814
Corrects recursive path dump so it can actually recurse correctly on linux. This fixes module/asset scan lookups
...
Also added logic to more correctly get the base path of executable, making it easier for certain debuggers, like on linux, to find the main.cs.
2020-12-15 11:04:15 -06:00
Pecon
909892f40e
Change shorts to ints
2020-08-11 15:27:52 -07:00
Pecon
90dc11410b
Followup commit to switch to engine conventions
2020-08-11 15:13:56 -07:00
Pecon
d3f51cf7c0
Basic Platform::openWebBrowser implementation for linux
2020-08-11 12:51:46 -07:00
Azaezel
547a2e28eb
no message
2019-01-02 17:53:17 -06:00
Azaezel
94fe66a451
use the newer c_controlInterface file
2019-01-02 17:52:20 -06:00
Azaezel
be4cf58fb8
corrects compilation errors on non-mac unix derivatives
2019-01-01 15:41:59 -06:00
Glenn Smith
47d5b6ead7
As suggested, extract strlen calls from sizes into variables so it isn't called twice
2018-03-08 20:59:40 -05:00
Glenn Smith
d9a723d533
More cats and cpys in files that xcode doesn't see
2018-03-07 01:13:56 -05:00
Areloch
7372c89dc7
Corrections suggested by timmy for both consistency, and making sure to catch all potential types.
2016-07-08 22:48:24 -05:00
Areloch
911b2735d7
Flipa the i386 preprocessor flag to use __i386__, which is appraently more standard.
2016-07-08 21:33:30 -05:00
Areloch
e48ee1a03a
Fixes the recursive directory dump in the Linux platform code so that module/asset parsing works as expected.
2016-05-29 00:58:39 -05:00
Areloch
ec6f9c05a6
Integrates the nativeFileDialog library to enable native file dialogs on the major platforms. It is activated with SDL.
2016-04-30 15:48:33 -05:00
Cameron Porter
4c17d4bb49
Fix case sensitivity and Platform::fileDelete
...
for linux and OSX. Correct a couple of warnings and errors preventing builds on linux.
2016-01-09 00:37:45 -06:00
Ben Payne
591253d5b5
Fix missing va_end's
2015-02-20 18:42:29 -05:00
Ben Payne
0ffd7f5620
Fix member vars left uninitialized in constructors
2015-02-20 18:41:51 -05:00
James Urquhart
a3f8227541
Add math control state functions for intel
2015-02-10 22:54:18 +00:00
LuisAntonRebollo
4e9034854d
Linux implementation. Include changes for gcc x64.
2015-01-24 22:08:26 +01:00
LuisAntonRebollo
a7002c0ecc
Changes for Linux.
2015-01-24 21:52:46 +01:00
LuisAntonRebollo
3336bffad2
Changes for Linux.
2015-01-19 01:44:36 +01:00
LuisAntonRebollo
aa35157eef
PlatformSDL implementation.
2015-01-19 01:17:37 +01:00
LuisAntonRebollo
21d58bb191
Modified files for SDL2.
2015-01-19 00:33:23 +01: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
Daniel Buckmaster
b507dc9555
Merge branch 'master' into console-func-refactor
...
Conflicts:
Engine/source/app/net/net.cpp
Engine/source/console/astNodes.cpp
Engine/source/console/compiledEval.cpp
Engine/source/console/console.h
Engine/source/console/consoleInternal.h
Engine/source/console/engineAPI.h
2014-10-14 15:09:11 +11:00
Daniel Buckmaster
9f47032522
Allow return status to be specified using quitWithStatus.
2014-09-24 09:24:29 +10:00
Daniel Buckmaster
346ad5bdaa
Finished up splash screen implementation.
...
* Added stub methods for non-Windows platforms
* Move canvas show to after tools have loaded
* Fix a tab
2014-08-16 11:28:53 +10:00
LuisAntonRebollo
6450294855
Fixes for dedicated build on linux.
...
Thx @Bloodknigh for Signal fix.
2014-05-30 12:35:39 +02:00
Andy Maloney
396a7064dc
Minor cleanups
...
- remove redundant conditional
- remove unused vars
- remove extra ags to printf
- reduce scope of decl
2013-12-04 16:45:09 -05:00
DavidWyand-GG
c5c08e72d2
Changes to have Linux dedicated compiling again
2013-05-08 06:55:51 +00:00
Tim Newell
31036c4031
Bug fixes for alternative zip layout and define to toggle it on
2013-02-28 16:46:46 -05:00
DavidWyand-GG
1d4b723891
Removed MGT comments from Pull Request
2013-01-07 12:41:31 -05:00
Tim Newell
440103e7ae
Removal of SDL dependency for linux dedicated server
2012-12-15 13:07:05 -05:00
jamesu
08d4f6ebc0
Improvements to console refactor code
...
- Prevent stack corruption in a few places
- Use correct type in printfs
- Reduce type conversions in EngineApi & dAto*
- Fix compilation on GCC
- Tidy up code
2012-10-12 19:12:06 +01:00
bank
d2700f881c
Source changes needed for Linux build.
2012-09-23 15:31:56 +04:00
DavidWyand-GG
7dbfe6994d
Engine directory for ticket #1
2012-09-19 11:15:01 -04:00