Commit Graph

50 Commits

Author SHA1 Message Date
pal1000
6a894463b7 Fixed missing ")" 2013-11-11 17:23:37 +02:00
pal1000
5efc4474b0 Fixed pull 4510, this should work. 2013-11-11 17:14:21 +02:00
pal1000
6e67494db0 Cwcheat: Allow comments in cheat files starting with // mainly for writing cheat usage guidelines 2013-11-11 12:01:44 +02:00
The Dax
fec7dab628 Have CWCheats use it, too. It's useful pretty much anywhere one needs the real path instead of a virtual memory stick path. 2013-10-15 03:41:11 -04:00
Unknown W. Brackets
a466b5ba32 Also allow restartless cheats after loading state.
At least, an older state.
2013-10-13 18:03:23 -07:00
Unknown W. Brackets
bbaacab315 Don't crash if the cheat file is inaccessible. 2013-10-13 17:57:43 -07:00
Unknown W. Brackets
f3e3f2e6cd Let's just always use PSP/Cheats/, it's simpler.
No reason people on iOS won't want this.
2013-10-13 17:57:42 -07:00
Unknown W. Brackets
8cd64a9f8a Allow cheats to start and stop in game. 2013-10-13 17:57:42 -07:00
Unknown W. Brackets
bbde56398f Create the cheats directory always.
Seems like things break otherwise?  Fixes #4169.
2013-10-13 17:57:35 -07:00
The Dax
b3018eb37f Allow Win32 to store its saves, config files, etc., elsewhere.
If installed.txt exists(or the executable directory is read-only), use the user's My Documents(XP) or Documents(7/8/8.1) directory to search for everything. If it doesn't, or we can't determine the directory for some reason, use the old behaviour.
2013-10-13 16:45:59 -04:00
Henrik Rydgård
db568e4553 Minor CwCheat bugfix contributed by dlanor in issue #4103 2013-10-10 15:58:09 +02:00
Unknown W. Brackets
0c8cc25eb4 Always register the cheat event, for savestates.
This way, if you savestate with cheats on or off, it'll load fine.
2013-10-07 07:46:18 -07:00
bhavin192
d3733ddbfe Update CwCheat.cpp
Cleaned comment
Since cwcheat working in symbian now
2013-10-05 17:42:43 +05:30
Steven Cherry
2d83dbfc40 Fixed 0x3 codes which i never knew were broken until i wrote one today... 2013-09-28 17:33:37 -05:00
Steven Cherry
d240dbecce Fix Bug with GetCodesList skipping lines that don't contain 8 characters (usually titles) 2013-09-28 15:42:20 -05:00
bhavin192
9e38ad4916 Update CwCheat.cpp
added symbian support correct defined if it is wrong
2013-09-28 11:24:03 +05:30
kaienfr
69d6852141 fix cwcheat Memcpy command 0x5 2013-09-21 17:12:34 +02:00
Steven Cherry
a2a3613457 Fix crashing on empy newlines. Increase max cheat list to 128 2013-08-29 19:08:31 -05:00
Steven Cherry
c2732e4a3f Add "import from cheat.db" and "enable/disable all codes" 2013-08-23 22:29:13 -05:00
Steven Cherry
082ff4b359 Finished work for windows 2013-08-23 22:29:12 -05:00
Steven Cherry
edcde85cee More progress. 2013-08-23 22:29:12 -05:00
Steven Cherry
c1827698be Fix for 0x6 cheats 2013-08-13 21:24:35 -05:00
Henrik Rydgard
6ed4e348db Some logging tweaks, fix running cpu tests on ARM 2013-07-30 01:09:10 +02:00
Steven Cherry
86cdcd1afb Fix other NULL statements 2013-07-18 20:42:02 -05:00
Steven Cherry
5e1e8446cc Fixes 8-bit code in issue #2821 2013-07-18 19:22:16 -05:00
Unknown W. Brackets
a32cf817ff Fix some minor warnings. 2013-07-07 20:31:04 -07:00
Henrik Rydgard
a599bf7500 Assorted warning fixes and cleanups 2013-07-06 11:09:19 +02:00
Henrik Rydgård
f797932155 Merge pull request #2350 from makotech222/cwcheatUI
CWCheat: Fix ini titles (again) and add an offset for God Eater Burst codes to work properly.
2013-06-24 14:05:00 -07:00
Lioncash
89478ad599 Simplify the previous commit's check a little bit. 2013-06-24 04:31:29 -04:00
Lioncash
d06bb0c755 Add a check to an if-statement in CwCheat.cpp in function hleCheat.
Check if cheatEngine isn't null. Considering how the if-statement below it has this check, it should be placed in this one as well.
2013-06-24 04:09:26 -04:00
raven02
d41ed97008 use lowercase for cheats to be consistent with lang/memstick/assets etc 2013-06-21 15:54:26 +08:00
Steven Cherry
230ba9a37e Add more titles id's for god eater burst fix. 2013-06-19 20:58:04 -05:00
Steven Cherry
d97d332b47 Removed game title from .ini names.
Also added offset for God Eater Burst codes to work.
2013-06-18 17:50:28 -05:00
Steven Cherry
83549aa43e Another small fix for ":" character 2013-06-17 17:58:29 -05:00
Steven Cherry
fc1a8fc1f3 Fix bug with titles containing "/"
Also, add comments to help those reading the code.
2013-06-17 17:44:41 -05:00
Steven Cherry
ff17a41171 Rewrite .ini files to match cheat.db
Rewrite .ini titles for better identification
2013-06-16 17:59:59 -05:00
Henrik Rydgard
3b07090682 Give GameInfo some new powers, like deleting savedata (no UI yet) and computing file sizes. Recognize directories with EBOOT.PBP in them as "games" in their own right, makes things a little cleaner. 2013-06-08 17:52:51 +02:00
Lioncash
72c9c9b424 Fix signed/unsigned mismatch warnings in CwCheat.cpp 2013-06-02 07:54:54 -04:00
Unknown W. Brackets
06c19622d5 Fix some init/type warnings. 2013-05-31 23:14:29 -07:00
Unknown W. Brackets
f5abbe35ae Protect against a double free. 2013-05-31 23:14:27 -07:00
Unknown W. Brackets
973e21b8d9 Don't create blank cheat files when cheats off. 2013-05-31 23:14:27 -07:00
Jake Traynham
7dc90fcc49 ifstream constructor takes a c string 2013-05-30 21:23:28 -05:00
Steven Cherry
636f7fdb15 ParseHexLong now occurs on init only 2013-05-30 03:49:15 -05:00
Steven Cherry
9a450f2c4d String parsing now occurs only on start up and when pressing "reload cheats" button on system settings menu 2013-05-30 02:08:20 -05:00
Henrik Rydgard
880b80823b Some cwcheat cleanups and TODOs. 2013-05-23 13:10:39 +02:00
Steven Cherry
eaf060015d Final Version 2013-05-18 17:52:24 -05:00
Steven Cherry
9d2667fc0d Second to last commit
Everything but getting ISO name
2013-05-18 17:04:01 -05:00
Steven Cherry
0b2885c2fe First working version 2013-05-18 16:11:10 -05:00
Steven Cherry
446d2930ac Some progress, I think?
Program crashes when trying to run a game. If you comment out
member.Run(); it will run fine, but cwcheat doesnt work.
2013-05-18 16:11:10 -05:00
Steven Cherry
253493c5ce Add more 2013-05-18 16:11:10 -05:00