66ca214bef
fixed a typo
avolkov
2009-06-05 19:58:44 +00:00
4faed8d57f
fixed a typo
avolkov
2009-06-05 19:52:27 +00:00
47018b7e08
Compilation fix for Symbian emulator.
gewlitys
2009-05-22 08:25:55 +00:00
8b962630b7
Updated Symbian default config file to new format introduced in february. Added 'A' and 'Z' as additional keys for starmap zoom.
gewlitys
2009-05-21 17:16:49 +00:00
5b3f46cbd5
Some historical notes.
Meep-Eep
2009-02-16 02:37:26 +00:00
4abc0588c6
Documenting SuperMelee teams file format.
Meep-Eep
2009-02-16 02:33:55 +00:00
598f1d41f9
Fixes for building on MSVS 2005 - these should also suffice for MSVC6.
mcmartin
2009-02-16 01:57:52 +00:00
6f395c9ed0
Update Windows build file
mcmartin
2009-02-16 01:23:20 +00:00
c4f404af0a
Move the configure and keyconfig data into subtrees of the resource map. As a side effect, default key configurations are read directly from the content directory.
mcmartin
2009-02-16 00:40:42 +00:00
f2e4a8e223
Added routines to be able to save or reload fragments of a resource map.
mcmartin
2009-02-08 09:27:07 +00:00
67dc3becff
Updated to reflect the past six weeks of commits
mcmartin
2009-01-03 22:22:06 +00:00
a53862ce81
All file access involving resource indices to operate on or create subtrees
mcmartin
2009-01-03 22:16:29 +00:00
a0a5815884
3do videos now controlled as an addon pack.
mcmartin
2008-11-29 06:31:46 +00:00
713d534c39
Fixed a double-free bug in the new Legacy Video code and added files to the Windows project file.
mcmartin
2008-11-29 06:19:11 +00:00
7ef692df98
Move DoFMV and its friends into the video library.
mcmartin
2008-11-29 04:09:20 +00:00
460aaa5b56
Created a 3DOVID resource type, which corresponds to LEGACY_VIDEO.
mcmartin
2008-11-29 03:32:51 +00:00
5417b9f06a
Changed VIDEO_REF from a DWORD to a pointer to an opaque structure.
mcmartin
2008-11-29 00:50:53 +00:00
d1832e6f66
Added a routine to interrogate resource types.
mcmartin
2008-11-24 00:09:54 +00:00
5407575ef4
Allow reaching 999.9 over X in HSpace; Y fixed symmetrically and would be relevant if weren't inverted; bug #628
avolkov
2008-11-10 06:03:16 +00:00
c99ef7b9ca
Use system getopt_long() when available.
Meep-Eep
2008-10-18 18:57:19 +00:00
a8d9aeb24e
Added ogg and addon support for Symbian.
gewlitys
2008-10-18 17:35:09 +00:00
e90a064766
Added patch for Tremor.
gewlitys
2008-10-18 17:28:22 +00:00
d57f042526
Do not build getopt for Symbian.
gewlitys
2008-10-18 09:24:06 +00:00
2a2caf2f38
Do not open contentDir second time.
gewlitys
2008-10-17 22:00:17 +00:00
e97376aca3
HMalloc in topo scaler is a better choice anyway; no need for Symbian special case
avolkov
2008-10-05 19:27:26 +00:00
2dd47ba2e8
Separate calbacks for systems and planets to be called before and after recursing for their respective planets and moons. Functions for tallying of resources.
Meep-Eep
2008-10-04 13:26:53 +00:00
c5c8445bc4
Get rid of (spurious) "variable may be used uninitialized" warning. This happens to work around a compiler bug in GCC 4.0 on (Motorola?) Macs too.
Meep-Eep
2008-10-03 20:13:38 +00:00
56c637d7cd
SDL threadlib is now default also for Symbian
gewlitys
2008-09-21 20:24:45 +00:00
f03bb0508f
Set stack size to maximum.
gewlitys
2008-09-21 18:37:27 +00:00
329265539c
CallMainL() was used with wrong parameter for stack size
gewlitys
2008-09-21 18:27:07 +00:00
baf8a87d15
Avoid error messages about libmikmod when compiling for Symbian
gewlitys
2008-09-19 23:32:56 +00:00
84769e71ad
Removed unnecessary detections, support for S60 SDK version >3.0
gewlitys
2008-09-19 22:29:30 +00:00
1448372b98
Do not force installation to c drive
gewlitys
2008-09-13 17:10:39 +00:00
f4c1083b67
Symbian does support long long nowadays.
gewlitys
2008-09-13 16:37:02 +00:00
77996b6e7a
FreeBSD has been using 'sdl-config' for two years now.
Meep-Eep
2008-09-03 18:04:02 +00:00
86295bff30
Exits now instantly when killed, other misc tweaking
gewlitys
2008-09-03 17:58:12 +00:00
934b3ad08c
Added support for Symbian GCCE compiler
gewlitys
2008-08-31 21:27:02 +00:00
4790be9ae4
Fix for GCCE compiler
gewlitys
2008-08-31 20:49:52 +00:00
29f55e2a5b
Typo in comments.
Meep-Eep
2008-08-31 17:42:57 +00:00
50664a6f71
Experimental support for Symbian S60 3rd edition
gewlitys
2008-08-31 00:34:29 +00:00
7310148db6
Disabled rotation profiling which was probably left accidentally.
gewlitys
2008-08-30 23:59:40 +00:00
649cc69c7f
Hack for Symbian The Unholy, to make mkdirhier() work.
Meep-Eep
2008-08-30 21:08:16 +00:00
a00336f6fc
Dirty hack for Symbian The Unholy.
Meep-Eep
2008-08-30 20:52:57 +00:00
56fd1c48a4
Keep errno over uio_free().
Meep-Eep
2008-08-30 19:23:43 +00:00
b34e03b393
Only define driveLetterExists() when we need it, as _getdrives() is not always available.
Meep-Eep
2008-08-30 18:59:58 +00:00
b9e29cd104
Define readdir_r() on Symbian.
Meep-Eep
2008-08-30 18:46:43 +00:00
ace60da23b
Handle paths of the form "d:foo/bar" on platforms which don't have a current working directory per drive.
Meep-Eep
2008-08-30 18:25:41 +00:00
e663bc4564
Some includes added to avoid calling functions w/o prototypes.
gewlitys
2008-08-30 14:08:02 +00:00
742910f998
Partial Symbian ports for libpng and SDL_image, needed by UQM S60 port.
gewlitys
2008-08-30 13:26:18 +00:00
a4fc0fc7ef
Set the correct names of the generated executable files on Symbian and Windows.
Meep-Eep
2008-08-23 20:15:21 +00:00
6aeb1e5ab1
Fix library and program detection.
Meep-Eep
2008-08-23 19:30:04 +00:00
1db1146a85
Relative paths are resolved from the current working dir.
Meep-Eep
2008-08-23 14:42:29 +00:00
ce4aaa18d7
Split off build tools specific definitions from Makefile.build.
Meep-Eep
2008-08-23 12:06:16 +00:00
c08905fa36
Correct capitalisation for "CodeWarrior".
Meep-Eep
2008-08-23 11:55:16 +00:00
03fe5f24f3
Some defines for Symbian. From Gwl.
Meep-Eep
2008-08-23 11:13:02 +00:00
c198f73fa4
Defines for Symbian. From Gwl.
Meep-Eep
2008-08-23 11:05:43 +00:00
9ea6346e3b
Some defines for Symbian compilers. From Gwl.
Meep-Eep
2008-08-23 11:00:16 +00:00
079526298c
Define THREADLIB_SDL for the project
avolkov
2008-08-23 00:44:29 +00:00
eea348180a
Support drive letters and UNC paths on some non-Windows platforms.
Meep-Eep
2008-08-22 20:50:38 +00:00
ad25f17f1e
No UNC paths on Symbian.
Meep-Eep
2008-08-22 20:04:48 +00:00
5ed92e6942
Support drive letters and UNC paths on some non-Windows platforms.
Meep-Eep
2008-08-22 19:57:35 +00:00
3ec51c7c0f
Replace alloca() by the more portable malloc().
Meep-Eep
2008-08-22 19:04:26 +00:00
aa02a78da5
Pthread support from Gwl.
Meep-Eep
2008-08-21 20:03:54 +00:00
f726de4474
Remove old code for static linking.
Meep-Eep
2008-08-21 18:58:48 +00:00
6b76050542
More portable parameter passing.
Meep-Eep
2008-08-21 18:55:47 +00:00
990fae0411
strcasecmp() is in strings.h according to POSIX
Meep-Eep
2008-08-21 18:52:48 +00:00
15f9f50779
Some corrections and simplifications. Note that 'int main(void)' is correct C, see ISO C99 5.1.2.2.1 (probably older versions too, but I can't verify that.)
Meep-Eep
2008-08-21 18:33:05 +00:00
f0d9b3b143
Loading voices now works properly also when ogg support is disabled.
gewlitys
2008-08-16 22:46:41 +00:00
27e0dd8258
Bug fix. (Would only be triggered if QUEUE_TABLE is undefined)
Meep-Eep
2008-08-15 08:16:45 +00:00
7372224df5
Function to give the player all devices.
Meep-Eep
2008-08-11 21:34:37 +00:00
62d6bae2e1
Generated a 3DO-specific subtitle file for the Starbase, as the PC and 3DO versions cannot be reconciled (Bug 1036)
mcmartin
2008-08-09 20:30:26 +00:00
c6a6f630fb
Make it compile.
Meep-Eep
2008-08-09 20:26:40 +00:00
61d0e0e93a
Added dumpStrings() to help debugging incongruities between the source file gamestr.h and the content file gamestrings.txt.
Meep-Eep
2008-08-07 22:02:24 +00:00