LunaMoo
24fd336e60
Create openIniFile function in FileUtil to avoid duplicates
...
+ correction
2016-06-22 05:55:45 +02:00
LunaMoo
101df1da2b
Ooops;3, remove leftover
2016-06-21 06:29:26 +02:00
LunaMoo
27a616c765
Name homebrew games ini files differently
2016-06-21 00:15:29 +02:00
LunaMoo
6c14b82005
Fix #8448 properly, in case we fail to generate ID.
...
Limit homebrew ini file generation to UI.
2016-06-20 20:50:13 +02:00
LunaMoo
778c518a37
Cheat menu access from gameScreen + minor bugfix +
...
Invalidate JIT for 0xE/0xD checks
And big thanks to [Unknown] for help:3
2016-06-20 11:33:02 +02:00
Henrik Rydgard
8b450c8034
Merge NativeJit.cpp/h with JitCommon.cpp/h
2016-05-01 11:39:59 +02:00
Unknown W. Brackets
ab6dd51d9c
Fix a small resource handle leak.
2016-03-20 14:24:35 -07:00
Unknown W. Brackets
955b0fb9db
UI: Minor header cleanup.
2016-03-06 14:49:14 -08:00
Unknown W. Brackets
c0238de4ee
UI: Add tags to all the scroll views.
2016-01-22 22:52:13 -08:00
Henrik Rydgard
c757931779
Android: Combine the two Java Eclipse projects into one.
...
Should make it easier to get ndk-gdb going, which I've always had crazy issues with with library projects.
2015-09-10 18:51:48 +02:00
vnctdj
d7eba2061e
Consistently use *di for the Dialog i18n category
2015-07-01 23:26:55 +02:00
vnctdj
44682d1bae
Consistently use *cw for the CwCheats i18n category
2015-07-01 22:40:11 +02:00
Jan Beich
bd4b0840a3
UI: allow editing cheat file on any Unix desktop
2015-05-26 15:23:19 +03:00
Unknown W. Brackets
9a8cd2c067
Log some file reading errors.
2015-04-08 12:14:07 -07:00
Unknown W. Brackets
5452129dfe
Avoid null termination issues on long paths.
2015-04-08 11:58:00 -07:00
LunaMoo
872d898307
Remove 2 more game specific config saves.
...
https://github.com/Bigpet/ppsspp/commit/ba96b7b31c65fdda67be16c09734f18232edc5aa now saves it.:3
2015-02-15 03:49:01 +01:00
LunaMoo
4ef0c14cc8
oops
2015-01-28 09:48:35 +01:00
LunaMoo
a7cce0f105
Close cheat menu before editing file.
2015-01-28 09:06:00 +01:00
Luna
4344d4274c
Fix saving refreshing rate for per-game settings
2015-01-27 22:08:59 +01:00
Luna
b954145241
Implement CW cheat refresh rate.
2015-01-27 00:50:50 +01:00
Henrik Rydgard
2e675c7b0b
Move GamePauseScreen into its own file
2014-12-22 10:48:17 +01:00
Henrik Rydgard
8ad1ea4c84
Split JitCommon.h so that you can include it without getting the "NativeJit" definition
2014-12-13 21:13:28 +01:00
chinhodado
2130d86cef
Cleanup
2014-11-13 15:38:25 -05:00
Henrik Rydgard
808f05da89
(Partially) slip thin3d underneath DrawBuffer.
2014-08-22 20:54:53 +02:00
Unknown W. Brackets
60ad1df8bf
Fix a warning in a log message.
...
Unfortunately, this will not properly log > 2 billion cheats. I think
we'll manage to survive.
2014-08-02 14:55:15 -07:00
Juha Laukkanen
2a82e3c54e
Enabled cheat file text editor launch under OSX (open) and Linux (xdg-open).
2014-07-23 12:37:58 +09:00
Juha Laukkanen
1a96f48370
Put status of cheat.db import to log. Currently there is no any feedback to user.
2014-07-08 13:56:20 +09:00
Henrik Rydgard
e8433f6fef
cheat screen: Add shortcut to launch notepad with the current cheat file
2014-06-09 00:13:59 +02:00
Sacha
ed96d73187
Use OpenCPPFile for iostream open without the ifdef's.
2014-06-06 00:22:43 +10:00
The Dax
285640dbdf
CWCheats: Make sure to convert paths properly so that non-English paths are supported.
2014-06-04 23:01:03 -04:00
Sacha
5394eb29c8
Fix #6169 . variable was defined in class but treated as local to function in parts. This meant it wasn't being cleared properly when view was recreated (eg. changing language).
2014-05-28 17:05:15 +10:00
Unknown W. Brackets
274160bc22
Centralize game background drawing code.
...
No need to duplicate it everywhere.
2014-02-09 17:39:15 -08:00
shenweip
bbeed2d870
Add a check to avoid overwriting cheat file.
2013-11-05 20:38:51 +08:00
Henrik Rydgård
4590e44954
add "onFinish" to screens so that ESC (etc) works the same as the back
...
touch button.
2013-10-25 13:19:08 +02:00
Henrik Rydgård
a588b46321
Clear the JIT cache correctly when exiting the cheat dialog.
2013-10-23 17:23:05 +02:00
Henrik Rydgård
70738c1755
Automatically clear the JIT when exiting the Cheats dialog box.
...
Plus some simple cleanup.
2013-10-23 16:10:58 +02:00
The Dax
db370c1fd3
Call the base class sendMessage when handling messages from native, so every screen can refresh from a language update at any time.
2013-10-21 16:52:44 -04:00
The Dax
0571a8c513
Remove ifdefs. All platforms use the same cheat directories now(or they should :/ ).
2013-10-15 03:41:11 -04: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
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
Unknown W. Brackets
98b49db82a
Minor warning fixes.
2013-10-12 16:49:22 -07:00
Sacha
03711b1993
Symbian buildfix.
2013-10-13 01:40:25 +10:00
bhavin192
3bfae23009
Update CwCheatScreen.cpp
...
Fix cheat.db problem for symbian
2013-10-12 15:10:13 +05:30
Steven Cherry
bbd2e12f97
Changed vector<bool> to deque<bool>.
2013-10-11 20:04:15 -05:00
Steven Cherry
19efa9ef8a
Fix one more small thing
2013-10-02 17:39:18 -05:00
Steven Cherry
e2e74b7292
Fix Mem Leak and other small fixes.
2013-10-02 17:37:39 -05:00
Steven Cherry
1578bb16ba
Cleanup
2013-10-01 21:14:34 -05:00
Steven Cherry
b0afdff3e9
CWCheat: Fix for crashing when exceeding cheat list size. Its now a pseudo-vector! Can accept any amount of cheats now.
2013-10-01 21:11:15 -05:00
Unknown W. Brackets
2cca2568c7
Make sure the saved git ver is null terminated.
...
strncpy() is a tricky beast.
2013-09-14 20:29:01 -07:00
shenweip and Henrik Rydgard
42c5061e18
Receive language change message in another screen
2013-09-14 11:52:59 +02:00