Peter Veenstra
d439d5eb74
Fix crashes if the first section is non existant
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2041
2004-10-25 21:16:30 +00:00
Peter Veenstra
ee91571aff
messed up one function with the last signed/unsigned things. (Moe)
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2039
2004-10-24 10:03:29 +00:00
Peter Veenstra
32d35dc207
Fix security hole
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2037
2004-10-23 17:54:36 +00:00
Peter Veenstra
232541c358
Added lot's of callback information. Added some useful information on how to use the debugger. Added patch 105158 from Hendrik Jan Visser
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2035
2004-10-23 15:15:07 +00:00
Peter Veenstra
4e69d3bf7a
Made all string functions more aware of systems with reverse signed unsigned defaults
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2027
2004-10-17 14:54:41 +00:00
Peter Veenstra
d4e222d440
double message length
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1988
2004-09-22 14:52:07 +00:00
Peter Veenstra
293535b8e2
Fix overflows in buffer
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1982
2004-09-16 21:47:39 +00:00
Peter Veenstra
ca409fd57c
Typo in preamble
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1899
2004-08-04 09:12:57 +00:00
Sjoerd van der Berg
b3e0ba59e5
change const char * to char * for the trim functions
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1872
2004-07-05 12:00:26 +00:00
Peter Veenstra
c3ccb8febd
lowcased true and false parsing. Fixes bugs with blah=False (got true) and such.
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1854
2004-06-22 14:05:08 +00:00
Peter Veenstra
8643400dc4
Remove language file from commandline if found, so that other commands will work
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1828
2004-06-11 11:50:32 +00:00
Sjoerd van der Berg
a856ff1a06
Fix some string parsing function to allow to remove the found string
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1807
2004-05-25 19:37:18 +00:00
Sjoerd van der Berg
bfb6e5b4e4
new support functions
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1795
2004-05-11 19:00:32 +00:00
Peter Veenstra
e3a7a48687
Added SDA.
...
Update DTA/PSP to use SDA.
Added some more pic commands.
Cleaned dos.cpp up a bit.
Handled some more calls in dos.cpp.
Changed execute and terminate to mess less with the dta.
Removed all dta references and changes in PSP.
Added some messages to messagefile for mount.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1787
2004-05-04 18:34:08 +00:00
Peter Veenstra
2a1cee61e1
fixed tab problems when parsing commands (bug: #897177 )
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1682
2004-02-18 15:31:13 +00:00
Peter Veenstra
0f2a610b63
setup handles floats as well
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1621
2004-01-29 09:26:52 +00:00
Peter Veenstra
fcbd0fe854
Copyright to 2004
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1552
2004-01-10 14:03:36 +00:00
Peter Veenstra
c5c064beb2
changed setenv to be case insensitive posted at vogons: turrican 2 post
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1549
2004-01-09 12:34:53 +00:00
Peter Veenstra
9785e03197
Added patch 849608 from Jonathan Gray and a patch from Dominik Vogt
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1546
2004-01-08 11:47:26 +00:00
Sjoerd van der Berg
a0144ccfa9
Support multiple lines in config file comments.
...
warning fix
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1332
2003-10-14 23:30:59 +00:00
Sjoerd van der Berg
22643f6858
Removed errorlevel, always show exit error
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1326
2003-10-14 20:39:36 +00:00
Peter Veenstra
74686ee39a
Turn Write_heavylog instruction off if C_DEBUG is not defined
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1279
2003-09-30 08:58:10 +00:00
Peter Veenstra
cf05aa87a9
allowed things like /w/p in commandscanbool
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1189
2003-08-19 17:59:25 +00:00
Peter Veenstra
7fe21bc482
Added generation of cpu_log at E_Exit if Heavy_debugging is enabled
...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1187
2003-08-17 13:08:05 +00:00
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