thrust26
|
13d3fcd52f
|
minor doc updates
|
2020-12-25 09:38:37 +01:00 |
thrust26
|
1ca00c7a0b
|
enhanced and cleaned up OS specific path code
improved mouse double click marking
added file list resizing in browser dialog
|
2020-12-25 09:15:58 +01:00 |
thrust26
|
034017923d
|
fixed a saveses bug
renamed browser titles
|
2020-12-24 14:50:26 +01:00 |
thrust26
|
fee6139efe
|
Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog
|
2020-12-24 12:35:02 +01:00 |
thrust26
|
db10aea7c7
|
refactored directory names, removed default load dir
updated docs
|
2020-12-24 12:24:23 +01:00 |
thrust26
|
18cc04c9ca
|
added "userdir" settings which can be used to overwrite default save (and load) directories
|
2020-12-24 11:48:15 +01:00 |
Stephen Anthony
|
e14da1344a
|
Eliminate duplicate copies of lastPathComponent function.
|
2020-12-23 22:21:46 -03:30 |
thrust26
|
a0812dc10f
|
added file browser to GameInfoDialog export
code cleanup
updated docs
|
2020-12-23 23:07:00 +01:00 |
Stephen Anthony
|
5853e7eb53
|
Remove dead Blargg code.
|
2020-12-23 17:20:31 -03:30 |
thrust26
|
59311aa589
|
Merge remote-tracking branch 'remotes/origin/master' into feature/dbg-save-as-dialog
|
2020-12-23 17:12:07 +01:00 |
thrust26
|
bae193f65a
|
Merge branch 'master' into feature/dbg-save-as-dialog
|
2020-12-23 08:56:05 +01:00 |
Stephen Anthony
|
e322ece7b4
|
Few more fixes for suggestions from cppcheck.
|
2020-12-22 19:29:49 -03:30 |
Stephen Anthony
|
ed00a18f05
|
Added a few more 'string_view' in bspf.
|
2020-12-22 18:33:30 -03:30 |
thrust26
|
2c3d7e0baa
|
Revert "2nd try to get notifications"
This reverts commit c024ce6f55 .
|
2020-12-22 21:07:19 +01:00 |
thrust26
|
c024ce6f55
|
2nd try to get notifications
|
2020-12-22 20:48:54 +01:00 |
thrust26
|
9b2778d40f
|
Revert "intentionally broken code for testing libretro build notifications"
This reverts commit ad34bc60e7 .
|
2020-12-22 20:43:45 +01:00 |
thrust26
|
ad34bc60e7
|
intentionally broken code for testing libretro build notifications
|
2020-12-22 19:59:15 +01:00 |
Stephen Anthony
|
2b1bfc2249
|
Fix compile error.
|
2020-12-22 10:39:49 -03:30 |
thrust26
|
a49d5dbbf9
|
renamed Game properties 'Save' button into 'Export'
|
2020-12-22 14:56:48 +01:00 |
thrust26
|
d0dec8601c
|
added tooltip to GameInfoDialog 'Save' button
|
2020-12-22 12:18:39 +01:00 |
Stephen Anthony
|
568a77c83f
|
Updated changelog.
|
2020-12-21 22:44:36 -03:30 |
Stephen Anthony
|
235b371fc4
|
Added C++ compatible string search functions to BSPF.
This allows us to remove strcmp, stricmp, strcasecmp, etc, which are non-standard and C-style functions.
|
2020-12-21 22:33:55 -03:30 |
thrust26
|
18d1451a2b
|
fixed(?) libretro/Makefile
|
2020-12-21 18:50:54 +01:00 |
thrust26
|
e74b94daa6
|
...and removed the const too
|
2020-12-21 18:06:33 +01:00 |
thrust26
|
8f724708ac
|
removed default, just to be sure
|
2020-12-21 17:37:10 +01:00 |
thrust26
|
edab05dc47
|
fixed broken joystick mapping loading
|
2020-12-21 13:31:42 +01:00 |
thrust26
|
9cc85454cc
|
minor hotkey updates to debugger doc
|
2020-12-21 12:05:46 +01:00 |
thrust26
|
4a3f23a69f
|
updated doc for missing GameInfoDialog save button
|
2020-12-21 10:30:30 +01:00 |
thrust26
|
f0d3e118bf
|
fixed missing GameInfoDialog save button
|
2020-12-21 10:24:38 +01:00 |
thrust26
|
23ba83ec6e
|
update docs (Launcher keys, upper case hotkeys)
|
2020-12-21 10:24:12 +01:00 |
thrust26
|
f396ae421c
|
limited redraw debug output to DEBUG_BUILD
|
2020-12-21 09:14:42 +01:00 |
Stephen Anthony
|
aefb9075ae
|
Final batch of brace conversion.
Added const in a few places.
|
2020-12-20 21:08:00 -03:30 |
Stephen Anthony
|
ac09bcd032
|
Move duplicated 'trim' function to BSPF.
Remove unused methods from Settings.
|
2020-12-20 20:05:41 -03:30 |
Stephen Anthony
|
11241b9871
|
More conversion to brace syntax.
|
2020-12-20 18:14:28 -03:30 |
Stephen Anthony
|
60c991e171
|
Fix segfault when exceptions are thrown on errors.
That was exactly the point of exceptions; to NOT crash the app!
|
2020-12-20 13:39:28 -03:30 |
Stephen Anthony
|
b36729a825
|
Make variables initialized in c'tor initialization list use brace-syntax.
- This is on the advice of one of the static analyzers we use.
- More classes have to be converted; this is only the first pass.
|
2020-12-20 12:06:10 -03:30 |
Stephen Anthony
|
1ae5a73afe
|
Fixed a clang warning.
|
2020-12-20 12:04:28 -03:30 |
Stephen Anthony
|
085d718c5e
|
Fix minor warning.
|
2020-12-20 11:14:29 -03:30 |
thrust26
|
c081481825
|
added mouse support to editable widgets
added missing hotkeys to launcher context menu
updated docs
|
2020-12-20 15:13:03 +01:00 |
Stephen Anthony
|
e837e1f94c
|
Disabled PlusROM for now, until we find more time to work on it.
|
2020-12-19 18:35:16 -03:30 |
Stephen Anthony
|
a891f5cb33
|
libretro: Fix warnings with memset; use default initialization instead.
|
2020-12-18 23:29:25 -03:30 |
Stephen Anthony
|
2f5166e81e
|
Various fixes for suggestions from cppcheck.
|
2020-12-18 19:25:27 -03:30 |
thrust26
|
e76fed006b
|
minor enhancement of input global keys
|
2020-12-18 22:34:36 +01:00 |
thrust26
|
dbdc984e77
|
fixed specific mouse axes for paddles (fixes #746)
added specific mouse axes properties for SWOOPS
|
2020-12-18 16:17:03 +01:00 |
Stephen Anthony
|
351b27c6b5
|
Some of the checkers don't like stray Unicode in ASCII files.
|
2020-12-18 11:03:24 -03:30 |
thrust26
|
7a67f2e6d4
|
reordered hotkeys and fixed UI for driving controller sensitivity (value used for digital input too)
|
2020-12-18 09:09:45 +01:00 |
thrust26
|
b8117caefd
|
removed JOYSTICK_SUPPORT checks to align with header file
|
2020-12-18 08:13:55 +01:00 |
Stephen Anthony
|
14bd210005
|
libretro: Fix compile errors (PlusROM and some minor joystick stuff).
|
2020-12-17 23:58:35 -03:30 |
Stephen Anthony
|
1a79ea09c5
|
Add PlusROM to Xcode project.
|
2020-12-17 23:51:25 -03:30 |
Stephen Anthony
|
ba4547a1e4
|
Add PlusROM to Visual Studio project.
|
2020-12-17 23:45:02 -03:30 |