harry
|
23cf99afe5
|
Added source listing to gdb debug output.
|
2024-01-26 22:00:20 -05:00 |
harry
|
3e8978c2aa
|
Added debug script to aid in getting crash callstacks from users.
|
2024-01-26 20:33:40 -05:00 |
mjbudd77
|
99eb406b1a
|
Added appveyor github release functionality. Master auto builds are now uploaded to a rolling interim-build pre-release. Release tag builds will upload official release builds from appveyor automatically.
|
2022-10-01 16:29:02 -04:00 |
mjbudd77
|
cf8c496a59
|
Updated unix debug build script to allow for selectable Qt5 or Qt6 build.
|
2022-03-11 21:37:41 -05:00 |
mjbudd77
|
a0ab302b3c
|
MacOSX pipeline bundling library fix.
|
2021-10-08 19:55:11 -04:00 |
mjbudd77
|
0d4b604689
|
Added missing unix make docs script. Added table of contents to qhp file.
|
2021-08-17 22:16:57 -04:00 |
mjbudd77
|
70919c9458
|
Added a windows batch file version of the gitGenHdr script.
|
2021-02-08 20:51:24 -05:00 |
tch69
|
788308fb05
|
Using /usr/bin/env bash instead of /bin/bash (#307)
/bin/bash" makes the script Linux-specific, so change it to "/usr/bin/env bash"
|
2021-01-17 14:51:21 -05:00 |
mjbudd77
|
c80e65ff79
|
Reverted unix build script back to bash instead of sh. This script has
bash specific syntax in it.
|
2021-01-16 14:54:47 -05:00 |
tch69
|
6d541c6d62
|
rename /bin/bash to /bin/sh to scripts in 'scripts folder (#302)
* Update genGitHdr.sh
* Update linux_makeIcons.sh
* Update unix_debug_build.sh
|
2021-01-13 18:30:20 -05:00 |
mjbudd77
|
8e6e40848d
|
VS Code integration (#298)
* Integrated VS Code IDE into project. A very useful tool for debugging Qt/SDL port.
* Fixed Qt/SDL debug launch target in vscode config for MacOS
|
2021-01-08 15:14:23 -05:00 |
Matthew Budd
|
040c7abaef
|
Updated linux desktop installation to use higher resolution icon. Added a white trim to the icon to have contrast on dark desktop backgrounds.
|
2020-10-22 22:19:47 -04:00 |
mjbudd77
|
08beead253
|
Successful addition of fceux icon to mac osx dmg package.
|
2020-07-12 14:10:32 -04:00 |
Matthew Budd
|
f2dc2c5755
|
Added debug statements to genGitHdr script.
|
2020-07-11 20:04:58 -04:00 |
Matthew Budd
|
96df0c25e1
|
Added logic to auto embed the git URL and revision into the executable so that it can be displayed on the About dialog window.
|
2020-07-11 19:52:14 -04:00 |
Matthew Budd
|
9fc2d905de
|
Added script to generate C header with git repo url and rev info.
|
2020-07-11 17:48:14 -04:00 |