1
0
Fork 0
Commit graph

129 commits

Author SHA1 Message Date
Peter Veenstra
5d3d56e060 add patch/bug 1203382 from Chris Thielen. Fixes problems with batchfiles using %0
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2210
2005-05-18 17:29:09 +00:00
Peter Veenstra
a7b9d51ead more comments.remove unused variables. Cleanup
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2202
2005-04-29 14:10:45 +00:00
Peter Veenstra
29926269fd fix broken multiple -c commands. Changed current directory detection a bit.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2194
2005-04-26 14:31:41 +00:00
Peter Veenstra
2a0f3a1f3d Support configuration changes from the shell.
syntax:
property       => lists the current value of the property
property=value => Sets property to value
examples:
ems=true
cycles=5000
core=full

Added "wc" as alias for writeconf and "wl" for writelang(Requested by
DosFreak)
Added support for home/end on the shell(parapente)
Config supports the setting of configuration as well:
config -set "section property=value"

This one should be used for properties that exist in more than one section.
Samplerate for example.

Changed the main shellinput loop. So it checks for a property if the entered
command isn't an internal command or an executable.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2190
2005-04-21 21:17:46 +00:00
Peter Veenstra
0b0dac3832 fix remaining part of 1156163
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2170
2005-04-03 17:37:09 +00:00
Peter Veenstra
e5b9049ac5 added include for support.h. Fixes bug 1173820
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2169
2005-04-01 10:15:26 +00:00
Peter Veenstra
6f5fde9267 new configuration layer. Removed shell_addautoexec and replaced it by objects. Fixed bug 1169240 and 1156163
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2165
2005-03-25 12:03:50 +00:00
Peter Veenstra
204409c014 some includes to keep it compiling + hack so we have good console all the time
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2147
2005-03-25 09:02:46 +00:00
Peter Veenstra
9a497f0b4b if is always with == except for errorlevel, which accepts = as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2125
2005-03-02 11:53:00 +00:00
Peter Veenstra
8beb996996 Change filetable to 01 01 01 00 02. Fixes some bugs in DN
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2117
2005-02-24 11:48:01 +00:00
Peter Veenstra
2094d8b985 Year update
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2106
2005-02-10 10:21:12 +00:00
Peter Veenstra
e805d9c05f Some "proper" int 24 in psp. Fixes Telarium games.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2097
2005-01-14 19:38:19 +00:00
Peter Veenstra
158562ba52 2 patches: Backspace always clears cache (xulchris) and switch to private dta while findfirst/next (wd).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2095
2005-01-11 21:08:08 +00:00
Peter Veenstra
97ac4e4b4d Open input in read mode instead of read/write mode
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2058
2004-11-13 12:19:43 +00:00
Peter Veenstra
49cfc19efb Added path as command
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2056
2004-11-13 12:06:39 +00:00
Peter Veenstra
fa0f126530 Allow redirection (< and > (also to devices) stuff like mount c c:\ >nul works)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2055
2004-11-13 12:04:47 +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
71ec900fe0 Let some of the shell commands switch to a private dta. Fixes 1040579
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2034
2004-10-21 15:38:39 +00:00
Peter Veenstra
6793c1b7ac shell_misc.cpp
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2033
2004-10-20 19:53:50 +00:00
Peter Veenstra
3602a06de9 Rewrote devices so they can be opened/closed/cloned. Fix Turbo pascal 7 saving bug(wd/mirek). Increase number of files to 127. Remove null device from default handles. Proper creation of the initial psp. (not hacked anymore). Quite some files= bugs should be fixed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2025
2004-10-17 14:45:00 +00:00
Peter Veenstra
55f41cb678 Made the : optional in subst.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2009
2004-10-02 11:13:02 +00:00
Peter Veenstra
7da8b39be5 Some cleanups and some dots
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1997
2004-09-28 15:31:21 +00:00
Peter Veenstra
6574f599b7 Readme to lightblue
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1995
2004-09-25 09:19:53 +00:00
Peter Veenstra
6fb463f5e1 Spiced up startup message. and corrected a typo
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1991
2004-09-23 18:19:50 +00:00
Peter Veenstra
692445523a Some DIRCMD for XulChris
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1984
2004-09-18 10:20:54 +00:00
Peter Veenstra
30f2bb7612 Second part of patch 1022702. (All except addkey). Changed loading of a BCD in the fpu a bit to get more resolution and speed.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1959
2004-09-09 18:36:50 +00:00
Peter Veenstra
25ab0c147a First part of patch 1022702 by moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1955
2004-09-08 18:58:48 +00:00
Peter Veenstra
89bb2a37cc Fixed colors. spaces2tabs
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1928
2004-08-26 19:49:26 +00:00
Peter Veenstra
2b661d5648 some newbie help
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1900
2004-08-04 13:15:56 +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
Peter Veenstra
e455b0442f Added option AD for dir
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1898
2004-08-03 19:37:04 +00:00
Peter Veenstra
aec929e387 Fixed copy after new support functions
fixed a bug with long commandlines crashing dosbox.
fixed size not being updated when deleting characters in shell
fixed a bug which caused stack corruption when editing commands (wjp)


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1805
2004-05-20 13:17:27 +00:00
Sjoerd van der Berg
90a1e84943 Use new support functions
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1794
2004-05-11 18:59: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
74f0e5290c exist searched for too much
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1753
2004-04-01 13:00:05 +00:00
Peter Veenstra
af6c42aff4 Some subst fixes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1712
2004-03-10 14:08:18 +00:00
Peter Veenstra
aee86bd8fb added patch 902595 from Giovanni Giacobbi
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1685
2004-02-24 09:27:29 +00:00
Peter Veenstra
bd02cf869e fixed batchfile handling as startup argument
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1683
2004-02-19 12:00:38 +00:00
Peter Veenstra
68f39d8e91 Some more hints
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1649
2004-02-03 08:35:29 +00:00
Peter Veenstra
1f0493d050 Made goto accept spaces between : and label
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1632
2004-01-31 20:01:01 +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
ca97ad9560 removed shell_inc.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1536
2004-01-06 11:21:58 +00:00
Peter Veenstra
82155f2b42 moved shell_inc.h to include and added subst and loadhigh (Srecko)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1493
2003-12-17 21:50:59 +00:00
Peter Veenstra
a03d87e551 Added patch 829954 from James Wilkinson
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1431
2003-11-11 18:47:25 +00:00
Peter Veenstra
87216faa9b Added patch 826821 from phearbear
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1382
2003-10-27 14:16:59 +00:00
Peter Veenstra
8c0b7658ea Added patch 827580 from James Wilkinson
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1350
2003-10-21 18:18:01 +00:00
Sjoerd van der Berg
f901c5e096 Remove help line
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1336
2003-10-14 23:34:28 +00:00
Sjoerd van der Berg
157e84e2a5 Direct access to dos variables
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1335
2003-10-14 23:34:23 +00:00
Peter Veenstra
c36318f721 correct all unintentional changes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1314
2003-10-14 08:38:36 +00:00
Ulf Wohlers
5e13e5c0e4 argh, committed good file...
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1313
2003-10-13 22:01:07 +00:00