Commit Graph

37 Commits

Author SHA1 Message Date
IntelOrca d228d13918 implement utf8, part 23 (bug fixes) 2015-08-01 16:40:15 +01:00
IntelOrca 4f91a9f2d0 implement utf8, part 17 2015-08-01 10:20:59 +01:00
Thomas 4b0c84ed20 Change stat usage to GetFileAttributesEx 2015-06-25 19:46:48 +02:00
Miso Zmiric (Mike Squinter) 80d524f78e platform_file_exists now also checks for path not found errors
use GetLastError after the GetFileAttributes
2015-06-24 22:30:39 +01:00
Robert Jordan a3a993dabd Title Sequence editor 2015-06-24 12:25:54 -04:00
Miso Zmiric (Mike Squinter) 21a15d0247 use platform_file_exists 2015-06-24 17:16:22 +01:00
Miso Zmiric (Mike Squinter) f9d85b6959 fixes #1445, now checks for existance of g1.dat files in the game path rather than just for the folder 2015-06-24 15:28:06 +01:00
Gymnasiast a6225ebf06 Add option to select by track type (RCT1 style); correct misspellings of 'separate' 2015-06-24 12:41:19 +02:00
Thomas 2fc23b0084 Add browsing drives on windows 2015-06-22 15:55:57 +02:00
Thomas ce26812caa Add sorting based on date 2015-06-22 13:49:35 +02:00
Gymnasiast 0dfdb33028 Complete support, read .DAT entries from correct table 2015-06-21 15:13:40 +02:00
IntelOrca beb2b23afb use log functions instead of printf and RCT2_ERROR (now removed) 2015-06-14 12:03:32 +01:00
Gymnasiast 14e2afaacb Fix Italian config 2015-06-10 12:57:57 +02:00
IntelOrca 31e0bdd76f add partial working screenshot by command line 2015-05-28 23:04:02 +01:00
Timmy Weerwag 04b8b209de Reorder includes to fix compilation 2015-04-12 23:26:07 +02:00
Thomas acad7af40e Fix error and removed debugging
in platform_get_locale_currency()
2015-02-21 17:26:38 +01:00
Thomas 7bc4c4270d Fix warnings 2015-02-21 17:13:15 +01:00
Thomas den Hollander d528273d15 Change to GetLocaleInfo 2015-02-21 00:09:02 +01:00
Thomas den Hollander 33c30521e2 Fix merge conflics 2015-02-20 09:12:53 +01:00
Thomas den Hollander 23304b1770 Moved endif to end of file 2015-02-20 08:59:09 +01:00
Thomas ee6cbf8059 Add import 2015-02-19 20:48:48 +01:00
Thomas b8a9745eda Use locale info to create default config
Issue #736, get measurement system, temperature system, language and
currency from locale and use it as default.
2015-02-19 20:40:14 +01:00
IntelOrca 0ce4d70e35 make saved games and landscapes copy recursively 2015-02-15 17:31:16 +00:00
Thomas abe3008fc8 Fix warnings and add path indicator 2015-02-15 15:20:19 +01:00
Thomas 10babd3c77 Add ability to change directory in loadsave 2015-02-14 23:26:04 +01:00
IntelOrca ac4cd56b63 add new load / save window, closes #580 2015-02-14 02:16:03 +00:00
IntelOrca a66b29076b move osinterface code to shared or windows 2015-02-12 20:51:40 +00:00
IntelOrca 392ff7bfea remove expansion packs from title sequence, closes #752 2015-02-11 22:18:19 +00:00
Duncan Frost efad54f1c6 Fix arg_parse accessing invalid memory due to mistake in setup code. Reintroduced free memory of command line parameters 2015-01-18 20:56:08 +00:00
Duncan Frost e6f966f395 Fix intro crash. Caused by incorrect pointer address. Fixed crash on freeing unallocated memory. Fixed audio issue when channels set to zero. 2015-01-18 19:13:21 +00:00
IntelOrca 1ed6e443ca refactor object loading, part 1 2014-12-07 21:45:42 +00:00
IntelOrca d00001fed2 remove unnecessary header includes 2014-11-30 20:27:14 +00:00
IntelOrca d8844513a1 remove windows.h from input.c and improve window resize 2014-11-10 22:37:55 +00:00
IntelOrca 217ae84c62 add cross platform interface for enumerating files 2014-10-17 03:22:45 +01:00
IntelOrca 71e508c416 refactor various platform functions and includes 2014-10-09 14:03:54 +01:00
IntelOrca e57a625c9f refactor game startup and initialisation 2014-10-09 00:30:22 +01:00
IntelOrca c8df6174b8 organisation: fix includes 2014-10-06 17:36:58 +01:00