Commit Graph

108 Commits

Author SHA1 Message Date
Henrik Rydgard
32f344d6bd Very basic internationalization. Does not work on Android yet due to location of ini files. 2013-04-18 12:06:26 +02:00
Henrik Rydgard
e3fb88de68 Background thread for icon loading, show in game list. Switch to GNU STL in Android port. 2013-04-13 21:24:07 +02:00
Henrik Rydgard
8b6eea7df4 Load icon and bg from PBP files. 2013-04-08 21:46:54 +02:00
Unknown W. Brackets
77c828eff8 Buildfix for Android, Linux, iOS.
Fixes #1184.
2013-04-05 10:15:14 -07:00
Unknown W. Brackets
63db2081ee iOS: Oops, need -O2 on RelWithDebInfo for profiling. 2013-03-30 17:11:37 -07:00
Unknown W. Brackets
776d6ee21e Use -O3 for Mac/iOS release builds. 2013-03-30 16:09:22 -07:00
Henrik Rydgard
6f8b1be2a5 Linux/mac buildfix attempt 2013-03-30 21:02:08 +01:00
Henrik Rydgard
43b4bdfeef Buildfixing 2013-03-30 20:17:31 +01:00
Henrik Rydgård
6248db3c56 CMake buildfix, typo fix 2013-03-30 16:58:55 +01:00
Henrik Rydgard
7425532e99 Move non-Android specific stuff from android/jni to /UI.
Move source_assets one level up, too.
Also, start prototyping GameInfoCache, you'll see what it's for soon...
2013-03-30 15:46:26 +01:00
Unknown W. Brackets
e024f29240 Better buildfix.
Fixes #1099.
2013-03-29 22:57:28 -07:00
Unknown W. Brackets
503b837628 Buildfix for Linux/Mac at least.
Qt still not happy, I think.
2013-03-29 22:22:44 -07:00
Henrik Rydgard
9740d71a1f CMakelist update 2013-03-30 00:10:38 +01:00
Sacha
662613c196 Build fix for CMake/Qt: etcpack -> rg_etc 2013-03-30 01:16:40 +10:00
Karen Tsai
2dc929377f Added -mmacosx-version-min=10.7 to generate binaries executable by OS X 10.7 Lion. See comment for additional information. 2013-03-22 21:58:31 -04:00
Aapo Rantalainen
2b965a6f03 Maemo5 support 2013-03-22 09:15:00 +02:00
Marcin Mikołajczyk
e4f0a92bd9 Non-Windows buildfix 2013-03-19 14:28:26 +01:00
rock88
947f838165 IOS: added audio output 2013-03-16 12:54:16 -07:00
Unknown W. Brackets
b6d3623da1 iOS: Force Xcode to relink on every build.
Apparently Xcode doesn't know how to detect changes in static libraries.
So, we just delete the binary to force it to relink it.
2013-03-16 01:04:38 -07:00
Unknown W. Brackets
8c7506e2eb Mobile: Enable console logging in debug mode. 2013-03-16 00:25:41 -07:00
Unknown W. Brackets
69b05e837e iOS: Fix breakpoints, simplify running unit tests. 2013-03-15 23:50:31 -07:00
Unknown W. Brackets
6477f608bc Non-Windows buildfix. 2013-03-15 07:45:00 -07:00
Unknown W. Brackets
e6b52c5025 iOS: Embed fonts into the app bundle. 2013-03-15 02:00:16 -07:00
Unknown W. Brackets
2b7b95972c iOS: Package as Universal, include icon. 2013-03-15 01:29:33 -07:00
Unknown W. Brackets
415b13b979 iOS: don't reset codesign when cmake runs.
It's annoying.  The default is fine.  Also, support spaces in paths.
2013-03-15 00:12:44 -07:00
Sacha
27b70f0726 Add MIPS/Loongson support 2013-03-10 13:24:05 +10:00
Henrik Rydgard
57d4544ef4 Basic testrunner for Android.
Running it as-is reveals that clo and rotrv are broken in ARMJIT.
2013-03-07 00:10:53 +01:00
Unknown W. Brackets
2589a02934 Add basic server reporting interface, needs work. 2013-03-04 00:01:37 -08:00
Unknown W. Brackets
ee00f231a3 ARM buildfix with cmake. 2013-03-03 01:56:12 -08:00
Unknown W. Brackets
35fe2b4a63 Actually use the git version.
Also switch to cpp, duh.
2013-03-02 12:42:25 -08:00
Unknown W. Brackets
9170d157ff Force libc++ on Mac, needed for Xcode 4.6 at least. 2013-03-02 11:27:12 -08:00
Unknown W. Brackets
4694d4f1a3 Add git-version.c generation to CMake. 2013-03-02 11:27:11 -08:00
Unknown W. Brackets
4ab5348a8a Oops, need to update these too. 2013-02-28 08:13:58 -08:00
Unknown W. Brackets
33078d4a90 Buildfix for Mac/Linux/etc. 2013-02-28 01:29:54 -08:00
vakko
02371b2949 DLC encryption 2013-02-24 19:27:37 +02:00
Sacha
8ea497d59a Build fix for most platforms. New libkirk file. 2013-02-25 00:45:10 +10:00
Sacha
25a37e40dd Fix iOS directory structure in init/NativeInit. 2013-02-24 23:29:04 +10:00
Sacha
630ee68b05 Build fix for iOS. Now compiles. 2013-02-24 22:17:52 +10:00
Sacha
0f2f59a3f6 Potential JIT for iOS fix. 2013-02-24 17:28:31 +10:00
Sacha
d284a5a413 Fix for iOS
Revert CLang to gcc.
Revert 60 fps (this wasn't working).
Revert rock88's pbxcp usage. This file is no longer available in XCode 4.4+.
2013-02-24 17:19:49 +10:00
Sacha
e3a953972a Fix for iOS CMake
Update toolchain file to reflect that we want to use clang (rock88 is using clang).
Set target in the CMake. Fix for packaging and signing (thanks rock88).
Update linking to include audio and GLKit (thanks rock88).
Update README
2013-02-24 13:23:04 +10:00
Sacha
8c80641b28 iOS redundancies
iOS simulator does not support requires GLES2.0 environment.
Remove all references to simulator.
Add support for armv7s (swift) arch.
2013-02-18 00:41:51 +10:00
Sacha
8ba2769d5e iOS Objective-C code dump.
ViewController courtesy of rock88.
Made modifications for simplification and code-style.
Still missing some files (eg. images). Also, CMake is not set up correctly yet.
2013-02-18 00:05:16 +10:00
Unknown W. Brackets
6a72b0d325 Separate out the actual screenshot comparison.
Fixes #109.
2013-02-08 00:25:29 -08:00
Henrik Rydgård
d60f685ae8 MacOSX buildfix 2013-02-04 20:36:43 +01:00
Xele02
aa01751589 Save encryption. Load/Save encrypted/decrypted save
RE of Chnnlsv lib
Correct size bug in kirk
2013-01-29 00:11:02 +01:00
Henrik Rydgard
68991511ee Split out the FPU reg cache into its own file too. 2013-01-26 01:34:19 +01:00
Xele02
bf63ed986f Don't optimize for debug build. 2013-01-22 21:16:58 +01:00
Henrik Rydgard
8ff96bbcd8 Defer vertex decoding until flush. Track draw calls so that they can be cached later. 2013-01-19 17:05:50 +01:00
Henrik Rydgård
a85beb64f1 Buildfixes Mac 2013-01-15 22:49:27 +01:00