Commit Graph

176 Commits

Author SHA1 Message Date
Dagen Brock
aa240efdc8 manually redoing Kelvin's glogf work 2017-01-20 13:28:09 -06:00
Dagen Brock
e584e82f35 Merge branch 'win32_icon' into 'experimental'
win32 icon.

replace the fugly old win32 icon with a new one based on the gsp_icon_xxx.png files.  includes script used to generate the icon (`perl -w  make_ico.pl gsp_icon_16.png gsp_icon_32.png gsp_icon_64.png gsp_icon_128.png gsp_icon_256.png`).

See merge request !6
2017-01-20 11:51:54 -06:00
Dagen Brock
78ccf27da9 Merge branch 'ksherlock/gsplus-debugger_fix' into experimental 2017-01-20 11:43:59 -06:00
Dagen Brock
1eb22708e5 Merge branch 'win32_host' into 'experimental'
Win32 host

Rewrote the windows host fst support as native win32 for a number of reasons:

1. The Win32 file API is a much closer match to the GS/OS API than the POSIX file API is.
2. using the C/POSIX API means data is translated from NT to POSIX to GS/OS and (then back again) and each step is lossy.
3. Cygwin goes out of it's way to prevent Alternate Data Streams from working.
4. Don't have to worry about win32 exceptions in the unix host fst code.
5. It works consistently when compiled with Cygwin, mingw, or msvc

The resource forks and finder data/file type information should be compatible with Macintosh Services for Windows, Microsoft's AFP Server and OS X NTFS driver.

Tested with Cygwin 64.  Compiled with MINGW 64 (but untested since the rest of gsplus won't build).

See merge request !4
2017-01-20 11:40:23 -06:00
Dagen Brock
9e9395cb49 Merge branch 'experimental' into 'win32_host'
# Conflicts:
#   src/host_fst.c
2017-01-20 11:39:36 -06:00
Dagen Brock
df15c0f6d9 Merge branch 'fix_64_bit_win32_sound' into 'experimental'
64-bit fixes for win sound driver

This fixes the win32 sound driver so it can be compiled (and run) with 64-bit Cygwin/gcc. Previously, it would crash due to pointer/int conversion losing information.

See merge request !3
2017-01-20 11:33:04 -06:00
Dagen Brock
9ce2f0e35d Merge branch 'experimental' of centralserv.gotgeeks.com:dbrock/gsplus into experimental 2017-01-20 10:57:10 -06:00
Dagen Brock
1748c6d5bf Merge branch 'experimental_host_fst' into 'experimental'
fix up linux compile errors

this should fix most of the linux compile errors.

See merge request !2
2017-01-20 10:56:26 -06:00
Dagen Brock
f00002eeb3 Merge branch 'experimental' into 'experimental_host_fst'
# Conflicts:
#   src/host_fst.c
2017-01-20 10:50:56 -06:00
Dagen Brock
9950bc3e4a Merge branch 'master' of github.com:digarok/gsplus into experimental 2017-01-20 10:38:00 -06:00
Dagen Brock
a7302310c5 Merge pull request #6 from ksherlock/sdl_dnd
Adds code to, theoretically, insert a drag-n-drop disk image.
2017-01-20 10:34:39 -06:00
Dagen Brock
042dc88e64 Merge pull request #5 from ksherlock/sdl2_copy
use SDL to get clipboard text for F5 paste.
2017-01-20 10:26:38 -06:00
Dagen Brock
841bcff724 dmg background appley-fied 2017-01-20 10:17:58 -06:00
Dagen Brock
8d1161b224 fix for segfault on screenshot w/ no dir specified 2017-01-19 22:53:30 -06:00
Kelvin Sherlock
563411ffb3 win32 icon. 2016-12-15 22:00:19 -05:00
Kelvin Sherlock
9d3fd44cb1 debugger - fix problem where fd 0 is closed when it shouldn't be. 2016-12-03 20:59:06 -05:00
Kelvin Sherlock
d4bb8f3e0d freebsd/aix xattr includes 2016-11-27 15:09:35 -05:00
Kelvin Sherlock
827f381ead updated makefiles for host / win32_host 2016-11-27 15:04:29 -05:00
Kelvin Sherlock
34d0af713d compile with mingw too! 2016-11-27 14:47:28 -05:00
Kelvin Sherlock
9d0a242487 support the read_only flag, more consistent storage type checks. 2016-11-27 14:28:13 -05:00
Kelvin Sherlock
c20257e5fe map windows locked/hidden attributes. 2016-11-27 13:53:07 -05:00
Kelvin Sherlock
a2d165840b AFP_AfpInfo attribute support! 2016-11-26 21:46:05 -05:00
Kelvin Sherlock
a84dd7b424 win32 attribute mapping. 2016-11-26 20:40:10 -05:00
Kelvin Sherlock
a648aac400 fix time conversion. 2016-11-26 15:39:08 -05:00
Kelvin Sherlock
e7cf527ee3 fix get file info 2016-11-26 15:23:25 -05:00
Kelvin Sherlock
e482260d32 more win32-specific code. 2016-11-26 15:14:37 -05:00
Kelvin Sherlock
bb6015df36 synchronize host_fst, fixup a couple bugs . 2016-11-25 21:57:17 -05:00
Kelvin Sherlock
bc75666810 fix fst_read to actually read. 2016-11-25 15:10:25 -05:00
Kelvin Sherlock
0bde878d05 move win32 host to separate file. (in progress). 2016-11-25 14:54:21 -05:00
Kelvin Sherlock
e6f9adc1de work in progress for windows/cygwin host fst 2016-11-24 13:04:37 -05:00
Kelvin Sherlock
92f78df754 64-bit fixes for win sound driver 2016-11-24 13:03:41 -05:00
Dagen Brock
4918fa3c48 add freetype lib for test 2016-11-07 22:53:48 -06:00
Dagen Brock
1592dcc5ac add license to osx dmg 2016-11-02 22:40:06 -05:00
Dagen Brock
b591edf7d2 rename 2016-11-02 22:21:22 -05:00
Dagen Brock
ae94f457cd Merge branch 'experimental' of centralserv.gotgeeks.com:dbrock/gsplus into experimental 2016-11-02 21:54:15 -05:00
Dagen Brock
480b065a6e logs cleans, manual refresh 2016-11-02 21:52:40 -05:00
Dagen Brock
85e71f201d icons and branding refresh 2016-11-02 21:28:16 -05:00
Dagen Brock
732adb1bb1 build for linux host fst 2016-10-30 20:24:06 -05:00
Dagen Brock
472bf10144 added winsdl defs and removed utimes call 2016-10-30 18:11:23 -07:00
Dagen Brock
ca1679a968 switch win32 to linux style, unused code? 2016-10-30 11:21:07 -07:00
Kelvin Sherlock
008aafc490 fix up linux compile errors 2016-10-30 14:11:15 -04:00
Dagen Brock
2ca153f1f8 attempt to enable host fst on linux 2016-10-30 12:39:26 -05:00
Dagen Brock
89edb6d3aa Merge branch 'experimental_host_fst' into 'experimental'
Experimental host fst

Host FST support. Works on OS X. In theory may work elsewhere but hasn't been tested or compiled yet.

See merge request !1
2016-10-30 12:24:28 -05:00
Kelvin Sherlock
91e7a1e98e get/set 32 bit memory 2016-10-29 12:50:01 -04:00
Kelvin Sherlock
a745f91b78 host config. 2016-10-29 12:49:24 -04:00
Kelvin Sherlock
be1b9663e9 host fst code (part 1) 2016-10-29 12:46:41 -04:00
Dagen Brock
b4b0382826 nicer ROM missing messaging 2016-10-28 21:34:42 -05:00
Dagen Brock
2e537a4985 missing include 2016-10-28 21:34:11 -05:00
Dagen Brock
9d1422e6cc more log cleanup 2016-10-28 14:44:16 -05:00
Dagen Brock
669f9c1814 it helps to add the actual code for logging 2016-10-28 12:14:45 -05:00