1
0
Fork 0
Commit graph

187 commits

Author SHA1 Message Date
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
Peter Veenstra
1303deba35 add shift.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2639
2006-05-25 15:08:40 +00:00
Sebastian Strohhäcker
b1fb54123b raise umb segment size, update LOADHIGH help text
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2619
2006-04-29 10:05:55 +00:00
Peter Veenstra
77bb709df9 Always echo the value.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2615
2006-04-23 15:17:07 +00:00
Peter Veenstra
1d11c37e23 make default choice lowcase so case-sensitive matching shows a more reasanable number.(ykhwong)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2611
2006-04-21 13:21:09 +00:00
Peter Veenstra
b43c3d6643 Rewrite Choice a bit. So that it honours /S and that the : is optional. Fixes Ishar Triology Installer/Startup menu
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2607
2006-04-21 08:18:51 +00:00
Peter Veenstra
b8499cab5a Some more const correctness
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2589
2006-04-10 12:06:07 +00:00
Peter Veenstra
d000d714e9 Add patch 1463945 from XulChris and add a tiny part of patch 1235377 of msharov
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2583
2006-04-07 19:56:45 +00:00
Peter Veenstra
665abeaca4 Fix even more possible overflows
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2530
2006-02-28 19:41:27 +00:00
Peter Veenstra
86d386e5c7 some fixes for possible overflows
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2529
2006-02-28 17:07:27 +00:00
Peter Veenstra
a7d928260a Fix crashes with -c set a=b and exiting dosbox externally.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2517
2006-02-26 15:58:49 +00:00
Peter Veenstra
ab1f16e077 Fix F3
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2516
2006-02-26 15:57:28 +00:00
Peter Veenstra
6472a2bbf3 display gig correctly
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2511
2006-02-24 11:50:11 +00:00
Peter Veenstra
579bf59181 Fix alien odyssey.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2510
2006-02-23 08:13:14 +00:00
Peter Veenstra
df67775306 time passes on and on....
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2480
2006-02-09 11:47:57 +00:00
Peter Veenstra
2b828867f7 change ctrl-pause to alt-pause
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2434
2006-01-22 14:13:00 +00:00
Peter Veenstra
afb9e84c53 Add an noautoexec switch (RFE: 1215226). And made echo off skip the internal SET lines of dosbox as well. (RFE/PATCH: 1258897)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2428
2006-01-12 10:20:20 +00:00
Peter Veenstra
57167a934e some issues with the restartable stuff.
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2426
2006-01-11 09:25:38 +00:00
Peter Veenstra
9369776634 mode specific startup messages
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2404
2005-12-05 12:07:55 +00:00
Peter Veenstra
6ed6d775c7 Fixing possible stack overflow. (thanks Jochen)
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2390
2005-11-24 18:16:15 +00:00
Peter Veenstra
2eb59a43e3 setup int 23 to point into the rootpsp. Fixes What.exe
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2384
2005-11-21 18:32:38 +00:00
Peter Veenstra
00fab72f8c quotes can end as well
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2381
2005-11-21 07:21:28 +00:00
Peter Veenstra
1b9f9c0169 don't parse redirection when in quotes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@2380
2005-11-20 20:15:16 +00:00