1
0
Fork 0
Commit graph

209 commits

Author SHA1 Message Date
Peter Veenstra
d8266a6a41 revise switchToLongcmd a bit. allow execution of mount/imgmount from menus and such.(beta3)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3326
2009-03-23 10:55:36 +00:00
Sebastian Strohhäcker
e639014e95 fix batch/shell IF handling
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3303
2009-02-15 10:45:01 +00:00
Peter Veenstra
a6363423b8 reenable hints for CHDIR. Thanks woody
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3297
2009-02-01 21:22:51 +00:00
Peter Veenstra
bb4141a03a headers
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3279
2009-02-01 14:07:05 +00:00
Peter Veenstra
9b8cd3721f Quick and dirty fix for IF. Needs revisiting later.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3278
2009-02-01 14:06:36 +00:00
Sebastian Strohhäcker
70a150c2d6 hercules updates from hal (fixes jet)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3273
2009-01-25 12:00:52 +00:00
Peter Veenstra
8033d5b7e0 Close and reopen batch for each executed line. Makes it possible to rewrite it and to call it itself infinitely.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3264
2009-01-19 19:55:03 +00:00
Sebastian Strohhäcker
a9f0ec5b10 hercules updates by hal (herc mode/status reg, herc textmode drawing), fixes blockout
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3256
2009-01-11 18:22:59 +00:00
Sebastian Strohhäcker
4214b133a0 fix shell file create attribute setting for output redirection (thanks to skatz for noticing)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3222
2008-09-20 14:51:53 +00:00
Sebastian Strohhäcker
c994a9a25e fix some msvc64bit warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3217
2008-09-07 10:55:16 +00:00
Sebastian Strohhäcker
a94ef4eddc move first shell's psp/environment into low dos memory, uses complete MCBs for them (gold aztecs doesn't like it otherwise)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3216
2008-09-06 14:47:15 +00:00
Peter Veenstra
3fc520528d More pedantic.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3210
2008-08-24 16:48:23 +00:00
Peter Veenstra
8fe4a7e67f Refactoring. Rewrite IF to not simply delete all =. Makes stuff like if errorlevel === 0 if not errorlevel 1 set A=1 correctly possible. Linefeed stuff(beta1)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3201
2008-08-11 12:54:57 +00:00
Peter Veenstra
0c788c8d3a Remove unused variable
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3200
2008-08-11 12:52:36 +00:00
Peter Veenstra
b1519ba4c1 Make more creative labels possible (:======label======)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3197
2008-08-11 07:47:04 +00:00
Sebastian Strohhäcker
cd0394d692 change VER to display the sub-version in an easier readable form (6.2->6.02, 6.20->6.20) to avoid confusion
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3196
2008-08-10 18:33:30 +00:00
Sebastian Strohhäcker
c78a9f6c03 fix/work around some gcc Wall warnings
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3192
2008-08-06 18:34:21 +00:00
Peter Veenstra
6d1979bb9d Make max 50% in autoexec.bat possible.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3186
2008-07-27 20:12:28 +00:00
Sebastian Strohhäcker
faa11dfa3d some strange people are offended by chdir hints that are not always fully correct in all imaginable situations; removed
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3172
2008-06-16 20:01:25 +00:00
Peter Veenstra
94d7c8db7d don't parse above 9
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3119
2008-03-10 13:43:37 +00:00
Peter Veenstra
3f2e4fbd83 Allow longer commandlines in MOUNT and IMGMOUNT.
Fix crash reported by MiniMax (mount -u 0).
Fix bug reported by Tearex ("config -get" broken).
Add some protection that makes it harder to mount a directory from
within an executable.
Add some protection to make mounting from command /c much harder.
Add a securemode commandline switch to config and dosbox that should make it
impossible to mount a location when this isn't wanted by the user. (Addresses concerns of CVE-2007-6328)
Update documentation to reflect this.


Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3114
2008-03-02 11:13:47 +00:00
Peter Veenstra
45074288cf Partial rewrite of the configsystem part 2. Should be usuable. Missing parts are cosmetic. (based on Moe his stuff). I hope everything works in visual C.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3098
2008-02-10 11:14:03 +00:00
Peter Veenstra
61db3e5178 Move commandline to programs.h
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3082
2008-01-19 11:02:29 +00:00
Peter Veenstra
5a17afaca5 Change Batchfile constructor.(Silences a few warnings). Introduce batchfile friend editor(moe).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3025
2007-10-28 10:58:50 +00:00
Peter Veenstra
b8f26b557f Fix compilation under GCC 4.3 (ludwig).
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3018
2007-10-16 07:29:22 +00:00
Peter Veenstra
e9e734d8d8 Fixed %% parsing.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3014
2007-10-09 18:15:42 +00:00
Peter Veenstra
d44511abce Fix small bug when for some reason an invalid drive gets selected.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2981
2007-08-22 11:21:28 +00:00
Peter Veenstra
f311fd4de8 Add some more hints.(wd)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2970
2007-08-17 17:58:46 +00:00
Peter Veenstra
f8733e94cf Some more hints in CHDIR
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2965
2007-08-12 19:16:09 +00:00
Peter Veenstra
d42eb113ed Fix bug 1766436 tab key crashes dosbox.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2945
2007-08-03 18:22:45 +00:00
Peter Veenstra
e739eeab8e Autobooting of IMG and IMA files when given as first parameter (or dropped on the executable)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2912
2007-07-03 17:32:14 +00:00
Peter Veenstra
a5ac3216ba Some more const stuff. Silences a few warnings and removes a few casts. Update description of dss.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2886
2007-06-14 08:23:46 +00:00
Peter Veenstra
e42291ec7a Unshadow a few parameters.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2884
2007-06-13 07:22:17 +00:00
Sebastian Strohhäcker
0c24e87fdc silence some warnings, add most of sf patch #1185267 by Moe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2883
2007-06-12 20:22:09 +00:00
Peter Veenstra
c37b2c2eee Fix an old bug in goto that prevented having the else on the same line.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2856
2007-05-15 18:55:23 +00:00
Peter Veenstra
b193341d59 Hide hercules startup screen. Allow single quotes within double quotes under windows and os2.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2810
2007-02-22 08:34:10 +00:00
Peter Veenstra
88c948bc00 Fix bug "[ 1647131 ] PATH env var not handled properly."
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2797
2007-02-03 14:04:23 +00:00
Peter Veenstra
103cd7f6c9 Easier startup maintainance this way.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2779
2007-01-21 16:36:38 +00:00
Peter Veenstra
235c630cef Make help/all wrap like dir/p
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2777
2007-01-21 16:18:12 +00:00
Peter Veenstra
e3f7faf862 Improve help a bit. Introduce help /all.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2776
2007-01-21 14:13:21 +00:00
Peter Veenstra
beb4069437 lines starting with cd will only get directories when doing tabcompletion.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2775
2007-01-21 14:12:02 +00:00
Peter Veenstra
29a8ba31c1 change startup message a bit. (suggestions by Red_Avatar)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2761
2007-01-13 09:58:26 +00:00
Peter Veenstra
ab0d4104e2 Improve copy so it supports appending of files. Fixes a few installers.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2744
2007-01-10 09:04:33 +00:00
Peter Veenstra
d78d597f92 Add Beta2 patch: Fix autoexec overflow.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2729
2007-01-08 19:59:06 +00:00
Peter Veenstra
fdd16dea1a Happy New Year\!
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2728
2007-01-08 19:45:42 +00:00
Peter Veenstra
51dda5a3f6 Make valgrind happy. (and maybe us as well)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2719
2006-11-08 20:20:09 +00:00
Peter Veenstra
aea9c0fa83 Patch "[ 1555185 ] Fix for SVGA Harrier" from Vasyl Tsvirkunov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2697
2006-09-09 16:06:32 +00:00
Peter Veenstra
a56dddbb12 Add slightly modified help system of ykhwong. Added a few of the descriptions as well.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2678
2006-07-26 11:36:30 +00:00
Peter Veenstra
39bcdda8c2 Add (set)ver.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2674
2006-07-21 09:40:10 +00:00
Peter Veenstra
49eea1af58 Make valgrind happy and set a few strings to zero.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2666
2006-06-30 20:04:21 +00:00