Jeffrey Pfau
|
c8d3488804
|
GBA: Split out autodetected version cheats from GameShark cheats
|
2015-02-14 17:44:53 -08:00 |
Jeffrey Pfau
|
0bd9ae087e
|
Qt: Start Cheats view
|
2015-02-14 16:38:29 -08:00 |
Jeffrey Pfau
|
883a6381d1
|
All: Add Travis badge to README
|
2015-02-14 04:11:19 -08:00 |
Jeffrey Pfau
|
aaeb110ec1
|
All: Disable Qt in Travis build until 14.04 is available
|
2015-02-14 04:05:44 -08:00 |
Jeffrey Pfau
|
0ffa5fcef4
|
All: Fix CMake for Travis
|
2015-02-14 03:45:29 -08:00 |
Jeffrey Pfau
|
be81db6884
|
All: Add Travis-CI YAML
|
2015-02-14 03:37:44 -08:00 |
Jeffrey Pfau
|
545497a7de
|
All: Add tool for cleaning up debs spat out by CPack
|
2015-02-14 01:44:48 -08:00 |
Jeffrey Pfau
|
78b70d97f4
|
All: Better static/shared separation
|
2015-02-14 01:43:54 -08:00 |
Jeffrey Pfau
|
1f08d4c3c5
|
Debugger: Add CLI functions for examining memory regions
|
2015-02-13 01:14:08 -08:00 |
Jeffrey Pfau
|
90e57c027b
|
Debugger: Rename read/write commands
|
2015-02-13 00:56:43 -08:00 |
Jeffrey Pfau
|
8ca2e3adbd
|
Debugger: Make I/O register names be addresses instead of values
|
2015-02-13 00:49:13 -08:00 |
Jeffrey Pfau
|
1f6732b9bb
|
All: Add static library
|
2015-02-12 02:27:59 -08:00 |
Jeffrey Pfau
|
d99731e1e7
|
Revert "All: Remove libm from list of libraries to explicitly link against", broke minimalistic ports, e.g. perf
This reverts commit 9bc4dafe56 .
|
2015-02-12 01:24:04 -08:00 |
Jeffrey Pfau
|
9bc4dafe56
|
All: Remove libm from list of libraries to explicitly link against
|
2015-02-12 00:53:39 -08:00 |
Jeffrey Pfau
|
61c95ed7fb
|
Util: Fix warnings on FreeBSD
|
2015-02-12 00:37:52 -08:00 |
Jeffrey Pfau
|
1e71f62a3c
|
Util: Add universal float parsing and formatting functions
|
2015-02-11 00:26:30 -08:00 |
Jeffrey Pfau
|
f2c29bc8d6
|
Util: Fix Win32 build
|
2015-02-10 02:46:12 -08:00 |
Jeffrey Pfau
|
4b14b71861
|
Util: Use proper locale for reading and writing float values
|
2015-02-10 02:21:40 -08:00 |
Jeffrey Pfau
|
9c3e16925b
|
GBA: Allow overriding GameShark type
|
2015-02-10 00:42:11 -08:00 |
Jeffrey Pfau
|
7d36331dc4
|
GBA: Make some codes work without master codes
|
2015-02-10 00:34:50 -08:00 |
Jeffrey Pfau
|
5015975e4c
|
GBA: Fix CodeBreaker codes
|
2015-02-10 00:24:36 -08:00 |
Jeffrey Pfau
|
31a9bafae8
|
GBA: Cheats can now be grouped and named
|
2015-02-09 02:54:17 -08:00 |
Jeffrey Pfau
|
3d44065826
|
GBA: Add more Pro Action Replay v3 skeleton
|
2015-02-08 21:03:53 -08:00 |
Jeffrey Pfau
|
05e18ac255
|
GBA: Change how GameShark ROM patches work
|
2015-02-08 21:03:05 -08:00 |
Jeffrey Pfau
|
2b92eab1b2
|
GBA: Add GameShark reseeding
|
2015-02-08 01:26:56 -08:00 |
Jeffrey Pfau
|
d2a21c256b
|
All: Update Debian package section to "games"
|
2015-02-08 01:20:04 -08:00 |
Jeffrey Pfau
|
3c9cc0ad87
|
GBA: GameShark v1/v2 codes mostly complete
|
2015-02-07 18:46:26 -08:00 |
Jeffrey Pfau
|
e30312f360
|
GBA: Fix Windows build
|
2015-02-06 03:31:51 -08:00 |
Jeffrey Pfau
|
502fdfcfad
|
GBA RR: Fix fallthrough error when reading tags from a movie
|
2015-02-05 23:39:15 -08:00 |
Jeffrey Pfau
|
ef65d185a3
|
GBA: Support for unencrypted CodeBreaker codes
|
2015-02-05 03:20:02 -08:00 |
Jeffrey Pfau
|
af6ead2c97
|
Util: Fix VFile.readline
|
2015-02-05 03:18:37 -08:00 |
Jeffrey Pfau
|
8eeaa11256
|
ARM7: Add ARMRunFake for rolling back the PC and running a fake opcode
|
2015-02-04 23:30:04 -08:00 |
Jeffrey Pfau
|
f9110fc51e
|
ARM7: Make component numbers be size_t instead of int
|
2015-02-04 02:35:30 -08:00 |
Jeffrey Pfau
|
f62c068a2c
|
Util: Add Vector append
|
2015-02-04 02:34:59 -08:00 |
Jeffrey Pfau
|
09cd56820f
|
Util: Add a simple Vector definition
|
2015-02-04 01:11:02 -08:00 |
Jeffrey Pfau
|
15b3a3281f
|
GBA Memory: Add GBAPatch functions for force-writing and patching memory addresses
|
2015-02-03 23:49:34 -08:00 |
Jeffrey Pfau
|
56291e63e5
|
Debugger: Add support for soft breakpoints
|
2015-02-03 03:12:04 -08:00 |
Jeffrey Pfau
|
8caf58ee42
|
ARM7: Add function for turning r15 into the address of the current instruction
|
2015-02-03 03:12:04 -08:00 |
Jeffrey Pfau
|
7149dd3102
|
GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory
|
2015-02-03 03:12:04 -08:00 |
Jeffrey Pfau
|
e9a2b2a57c
|
All: Update CHANGES
|
2015-02-03 03:10:35 -08:00 |
Jeffrey Pfau
|
9088faafc4
|
All: Make libedit work by default on BSDs, which usually ship libedit
|
2015-01-30 00:18:41 -08:00 |
Jeffrey Pfau
|
5499ec8113
|
GBA: Refactor gba-sensors and gba-gpio into gba-hardware
|
2015-01-29 23:50:02 -08:00 |
Jeffrey Pfau
|
0de46a7867
|
GBA: Add API for getting Configuration structs for overrides and input
|
2015-01-29 23:16:25 -08:00 |
Jeffrey Pfau
|
370bbd83ba
|
Qt: Rename GamePakView to OverrideView
|
2015-01-29 00:37:30 -08:00 |
Jeffrey Pfau
|
b9c7016c30
|
Qt: Expand RTC to Realtime clock in strings
|
2015-01-29 00:37:30 -08:00 |
Jeffrey Pfau
|
d665105082
|
Qt: Support idle loop optimization
|
2015-01-29 00:37:30 -08:00 |
Jeffrey Pfau
|
9992282b1c
|
GBA: Add constant for invalid idle loop address
|
2015-01-29 00:25:15 -08:00 |
Jeffrey Pfau
|
eb4f33e23a
|
Qt: Split out sensor editor from override view
|
2015-01-28 23:37:11 -08:00 |
Jeffrey Pfau
|
41559813b7
|
Merge branch 'optimization/idle-loop-detection'
|
2015-01-28 22:34:06 -08:00 |
Jeffrey Pfau
|
7e973c207a
|
GBA BIOS: Prevent CpuSet and CpuFastSet from using BIOS addresses as a source (fixes #184)
|
2015-01-27 21:43:28 -08:00 |