Commit Graph

249 Commits

Author SHA1 Message Date
Dagen Brock
65f280569c using code beautifier (uncrustify), possibly most controversial commit ever\? 2018-08-13 12:22:40 -05:00
Dagen Brock
a509cc0a3c fps testing for win comparison 2018-08-10 10:11:22 -05:00
Dagen Brock
99c51da6e8 re-implement alert dialogs for SDL2 version and add sane ROM message 2018-08-10 09:32:55 -05:00
Dagen Brock
c8c0f04173 New CI pushes builds to S3 and creates an updated webpage in final stage
- also turned off some builds for experimental branch (now set to build on master only)
- S3 push uses/requires new env vars from gitlabci project settings
- also the builds all have some kind of packaging now (zip/dmg)
2018-08-09 14:39:55 -05:00
Dagen Brock
7d82873478 add check for missing fonts 2018-07-27 14:06:33 -05:00
Dagen Brock
dca0a68abb
Merge pull request #32 from ksherlock/host_fst_updates
Host fst updates
2018-07-25 15:34:32 -05:00
Dagen Brock
02af660182 Merge branch 'experimental' of github.com:digarok/gsplus into experimental 2018-07-25 14:59:35 -05:00
Dagen Brock
864b01a93c Merge branch 'config_cleanup' into 'experimental'
Config cleanup and Win32 parity

See merge request dbrock/gsplus!13
2018-07-25 14:46:32 -05:00
Dagen Brock
47b837e34c Win32 SDL2 builds on Cygwin against Mingw SDL2 libs, new docs and log cleanup 2018-07-25 14:33:16 -05:00
Kelvin Sherlock
efbd79264d host fst - JudgeName doesn't necessarily have a pathname. 2018-07-24 09:16:03 -04:00
Dagen Brock
92af077e38 missing menu terminator bug 2018-07-17 12:39:53 -05:00
Kelvin Sherlock
e886532dbe host fst - error out if not initialized (prevents null deference later) 2018-07-16 13:53:35 -04:00
Kelvin Sherlock
d1057c52f3 Host FST updates:
1. slightly improved logging
2. option to automatically translate cr/lf in text/source files
3. option to merlin encode text .S files
4. default file type for common source code files extensions.
2018-07-08 15:17:07 -04:00
Dagen Brock
ab54161b8d cleanup and fixup and full options 2018-03-26 23:31:40 -05:00
Dagen Brock
24d2d75c49 return scanline scaling logic 2018-03-19 21:21:11 -05:00
Dagen Brock
b5eaa22877 page up/down in config menus.. yay 2018-03-18 14:25:05 -05:00
Dagen Brock
45d65c9643 missing lib directives 2018-03-11 15:57:03 -05:00
Dagen Brock
5c945e8bff latest sdl options and first try of win sdl with new libs 2018-03-11 15:10:46 -05:00
Dagen Brock
b276a83171
Merge pull request #26 from digarok/config_cleanup
Config cleanup
2018-03-02 10:54:04 -06:00
Dagen Brock
3a6d272a50 copyright cleanup (and fix a copy-pasta) 2018-03-02 10:48:45 -06:00
Dagen Brock
18dbd6af31 new cli options 2018-02-27 06:56:45 -06:00
Dagen Brock
1f061db96b clean up default config a bit
- HT Les Burrows for the suggestion/bug report
I think there is a lot that could be changed around this, but I went for balance.  Firstly it switches to a default path of "HOME", takes out the ifdef "MAC" (sorry, other devs can support older platforms better than I, this is old MAC, not the modern OSX version which is supported).  It uses a dot file.  A lot of these changes could be minorly controversial as they change the behavior somewhat.  I think proper documentation, flags, and more cleanup around all of this would help.
2017-12-29 11:47:37 -06:00
Dagen Brock
cbb88d24ca updated dev notes 2017-12-28 15:22:20 -06:00
Dagen Brock
84234e19a8 try to move CMD invocation 2017-10-16 13:26:55 -05:00
Kelvin Sherlock
e9fe5b8678 host fst fixup:
1. if file_type = 0x0f, storage_type = 0x01, create a directory
2. only read pathname if pathname is expected
3. log path for calls that take a path
4. differentiate fileNotFound vs pathNotFound errors.
2017-09-19 08:54:12 -04:00
Dagen Brock
a1fdb3b0b2 Merge branch 'headless' into 'experimental'
Headless Driver

Headless Driver. No screen or sound.  Useful for stuff like running a BBS or GNO/ME in the background.

See merge request !10
2017-04-05 11:20:44 -05:00
Dagen Brock
15e37c5de2 Merge branch 'experimental' into 'experimental'
Option-Command Menu shortcuts

This adds an option modifier to all the SDL menu keyboard shortcuts (Command-Q to quit becomes Option+Command-Q).

See merge request !9
2017-04-05 09:46:56 -05:00
Dagen Brock
e403bdc8f7 Merge branch 'host_config' into 'experimental'
add F4-text UI for selecting host file directory.

This only displays folders. Return enters a folder as usual. Press Space to select a folder

(Space also selects a file in the ROM/disk image file selector)

See merge request !8
2017-04-05 09:39:43 -05:00
Dagen Brock
9910f290af Merge branch 'to_pro-ftypes' into 'experimental'
to_pro tweaks

1. sniff filetype from finder info, if available
2. -bin flag to use a default file type of binary
3. -txt flag to use a default file type of text
4. -cr flag to do text file lf/cr conversion.
5. check for invalid disk size numbers.
6. check for maximum prodos image size

See merge request !11
2017-04-05 09:32:29 -05:00
Dagen Brock
1cd10bb3a1 remove printf 2017-04-05 09:18:04 -05:00
Kelvin Sherlock
b2870733c8 remove uint8_t 2017-03-11 22:43:23 -05:00
Kelvin Sherlock
7b87bb391f to_pro tweaks:
1. sniff filetype from finder info, if available
2. -bin flag to use a default file type of binary
3. -txt flag to use a default file type of text
4 -cr flag to do text file lf/cr conversion.
2017-03-11 20:48:18 -05:00
Kelvin Sherlock
98cc8b1223 tweak the apple menu bar to add option-key to all key equivalents. Eg, Command-Q => Option+Command-Q 2017-02-10 20:06:11 -05:00
Kelvin Sherlock
41e000329c add F4-text UI for selecting host file directory. This only displays folders. Return enters a folder as usual. Press Space to select a folder
(Space also selects a file in the ROM/disk image file selector)
2017-02-02 15:28:56 -05:00
Dagen Brock
2dd5d7e43f fix for relative location 2017-01-24 08:29:39 -06:00
Dagen Brock
55c9d2fac0 test fix for artifact overwrite issue
- Linux and OSX have same binary artifact name 'gsplus'
- I'm testing to see if scripting around that name helps
- Longer term it's probably better to isolate the builds in dirs ...
  but keeping some shared assets
2017-01-23 21:26:56 -06:00
Dagen Brock
029e072c13 yaml error quote in wrong position 2017-01-23 15:15:59 -06:00
Dagen Brock
4b551c90cc yaml error missing quote 2017-01-23 15:07:52 -06:00
Dagen Brock
56b204f052 trying to include config in mac bundle 2017-01-23 15:00:06 -06:00
Dagen Brock
30c35d4474 make package tweaks 2017-01-23 14:45:27 -06:00
Dagen Brock
1d674f255f fix for yaml syntax (needs quoting around entire string) 2017-01-23 14:13:48 -06:00
Dagen Brock
06b0e119c0 test adding build number 2017-01-23 13:52:46 -06:00
Dagen Brock
306b6edfa2 missing my "fun" background 2017-01-23 11:24:04 -06:00
Dagen Brock
3ce80ce333 woops. left debug -O0 flag on builds 2017-01-23 11:16:44 -06:00
Dagen Brock
91359379ab fix missing include 2017-01-23 09:55:14 -06:00
Dagen Brock
2a4712c7b6 missed rom3 patch message 2017-01-23 09:38:14 -06:00
Dagen Brock
a58478a401 superficial changes to test CI 2017-01-23 09:26:32 -06:00
Dagen Brock
0d4b96cfa7 slightly better clarification on usage 2017-01-22 22:11:48 -06:00
Dagen Brock
b9eb3fde74 cleanup to test build issue 2017-01-22 19:13:18 -06:00
Dagen Brock
35daae6815 doc updates for 0.13 release 2017-01-22 16:27:18 -06:00