1
0
Fork 0
Commit graph

48 commits

Author SHA1 Message Date
Sjoerd van der Berg
96bece4cca Remove usage of HostPt while going through environment strings.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1124
2003-07-14 08:41:52 +00:00
Sjoerd van der Berg
6b178aefa9 Removed S_Warn
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1001
2003-05-11 10:18:32 +00:00
Peter Veenstra
72d44cbc16 added prototype for DEBUG_ShowMsg
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@988
2003-05-04 19:13:21 +00:00
Sjoerd van der Berg
aea4169ddb Support for using environment strings to change config
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@790
2003-03-24 11:28:26 +00:00
Peter Veenstra
43736fe92d fixed a few warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@721
2003-03-06 13:40:20 +00:00
Peter Veenstra
f79eaaba75 updates for new logging system
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@695
2003-02-27 19:56:22 +00:00
Peter Veenstra
b7088bb6e6 doesn't crash on old configfiles anymore
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@650
2003-01-20 20:01:49 +00:00
Peter Veenstra
c341f40597 fixed bug #629841
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@480
2002-11-05 18:39:19 +00:00
Sjoerd van der Berg
0485d33490 Added findstring remain function to shell and removed fullstring
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@471
2002-10-31 15:18:39 +00:00
Sjoerd van der Berg
b226986fc3 Give internal programs 0x100 more stack space.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@470
2002-10-31 15:17:51 +00:00
Peter Veenstra
46a1e79f94 added full line support
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@465
2002-10-30 18:49:44 +00:00
Sjoerd van der Berg
845e239eba Fixed crash when file can't be opened
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@445
2002-10-25 22:49:42 +00:00
Sjoerd van der Berg
7149f0611b Internal messages are overwritten by the language file now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@440
2002-10-25 21:40:56 +00:00
Sjoerd van der Berg
70d5be8ddb Added a config program to write config and language file.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@439
2002-10-25 21:40:31 +00:00
Sjoerd van der Berg
de23d60172 Removed some debug warning
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@438
2002-10-25 21:40:19 +00:00
Sjoerd van der Berg
d26cccdc81 Clean up.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@437
2002-10-25 21:40:10 +00:00
Sjoerd van der Berg
d7c9982f44 Plugin support removed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@423
2002-10-25 19:53:32 +00:00
Peter Veenstra
18ae21e866 added help messages for the configfile and updated the readme and install to reflect libpng and zlib
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@396
2002-10-22 17:52:38 +00:00
Sjoerd van der Berg
a835e6e328 case insensitive compares used now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@392
2002-10-21 22:07:54 +00:00
Sjoerd van der Berg
fb3b0711bb plugins.cpp removed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@377
2002-10-19 17:48:16 +00:00
Sjoerd van der Berg
832f69f4f0 Command line wouldn't erase the 2 command line switches, fixed now.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@368
2002-10-19 17:33:08 +00:00
Sjoerd van der Berg
9efdfcdf1f Add destroying of sections in the config destructor.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@351
2002-10-19 15:49:40 +00:00
Sjoerd van der Berg
0b581f1924 Low case propery names and extra protection against NULL string for file name
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@350
2002-10-19 15:48:27 +00:00
Sjoerd van der Berg
57a8b675d0 Sections can now support multiple init functions and rewrote some stuff to the "standard"
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@338
2002-10-18 09:08:08 +00:00
Sjoerd van der Berg
97530e28e0 Removed wildcmp, replaced by new function in drives.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@332
2002-10-18 09:01:59 +00:00
Sjoerd van der Berg
1f8fcff74e New environment functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@331
2002-10-18 09:00:51 +00:00
Sjoerd van der Berg
b609fb89a4 Changed the layout a bit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@330
2002-10-18 08:58:46 +00:00
Peter Veenstra
09e339c9b8 add config::printconfig and others to print the configfile
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@323
2002-10-17 18:21:28 +00:00
Peter Veenstra
982ec01bc5 added \n to default MSG
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@322
2002-10-17 18:13:59 +00:00
Peter Veenstra
6d64c5f21e added MSG_Write and renamed ???Message to MSG_???. Fixed some typos
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@321
2002-10-17 13:18:00 +00:00
Peter Veenstra
07efb3af57 made the language file internal
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@319
2002-10-16 18:39:20 +00:00
Peter Veenstra
56faf852a6 added support for Warninglevel
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@317
2002-10-16 14:07:52 +00:00
Sjoerd van der Berg
3ca2bc8d79 Updated the Program class to support the psp and commandline class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@311
2002-09-29 14:01:11 +00:00
Sjoerd van der Berg
765726f755 Addes some new functions to commandline class.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@310
2002-09-29 13:59:46 +00:00
Sjoerd van der Berg
17bf8cb019 A new CommandLine class and Config Class now has a startup handler to startup once everything has been initialized
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@295
2002-09-18 15:33:49 +00:00
Sjoerd van der Berg
f2b173c5de E_Exit now throws a string containing the error, which will be caught in SDL to create a correct shutdown.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@294
2002-09-18 15:32:52 +00:00
Sjoerd van der Berg
b44f5714c5 Messages can now be loaded using a command line switch -lang.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@293
2002-09-18 15:31:48 +00:00
Peter Veenstra
d0fc1da99b added support for a config class/file. System not initialized perfect yet!
(env is not fixed)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@289
2002-09-17 20:07:25 +00:00
Ulf Wohlers
bd35a40c9d new psp class used for all psp actions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@264
2002-09-08 09:59:16 +00:00
Peter Veenstra
b5d4c88ad7 added a switch to windowed mode in E_Exit
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@257
2002-09-03 13:43:44 +00:00
Ulf Wohlers
f697ef756a fixed close dosbox crash. Added GFX_Stop in E_Exit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@204
2002-08-23 11:53:24 +00:00
Sjoerd van der Berg
c2f556ca66 new config #if's
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@184
2002-08-19 13:02:33 +00:00
Sjoerd van der Berg
8d4a106a3e New memory and segments
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@183
2002-08-19 13:02:09 +00:00
Ulf Wohlers
092483b2f9 more compatible wildcmp-function
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@126
2002-08-08 15:51:27 +00:00
Peter Veenstra
e1a9d3e616 msg_init: shows were it was looking for the messages if it can't find them
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@104
2002-07-30 13:13:10 +00:00
Sjoerd van der Berg
805f78cf16 wildcmp, upcase in toupper
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@101
2002-07-30 12:41:55 +00:00
Peter Veenstra
59df83a32c wildcmp updated
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@98
2002-07-30 12:07:08 +00:00
Sjoerd van der Berg
42e5d0b779 First CVS upload.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@80
2002-07-27 13:08:48 +00:00