nachume
4821d7f7bd
Add Symbol of some of the SJIS.
...
Add "碧" to KANJI_LEARNING_ORDER_ADDTIONAL
Add kanjifilter SJIS partition table (KANJI_SJIS_LX)
FIX Not float variable initialization vertOffset.
2013-05-05 06:25:00 +09:00
nachume
b41eca41c2
I must every time stash before push to git.
...
It's too much trouble.
Can you use the "%LOCALAPPDATA%\Microsoft\MSBuild\v4.0\Microsoft.Cpp.Win32.user.props" file instead of the [VC++ Directories] Property Page?
2013-05-03 02:49:53 +09:00
Sacha
f9c50c822a
Fix name collision by prefixing '::'.
2013-05-02 17:34:06 +10:00
Sacha
0388a8e23a
Buildfix for Symbian.
2013-05-02 17:05:34 +10:00
Unknown W. Brackets
8d7fd41838
Buildfix for iOS.
2013-05-01 23:30:11 -07:00
Sacha
eb3c3cd217
Use boost to do C++11 features on Symbian. Use namespaces.
2013-05-02 15:45:51 +10:00
Henrik Rydgård
74f63c1b7f
Merge pull request #71 from nachume/jpnfix
...
submodule update.
2013-05-01 13:50:14 -07:00
nachume
07fb9d1cf5
Add a brief description of the USE_KANJI
2013-05-02 01:08:07 +09:00
nachume
eb0f7f9b3a
submodule update.
...
add define switch for the kanjifilter changing
add utf-8 code table for the perfect convert to UTF-8 from ShiftJIS
2013-05-02 00:22:59 +09:00
Henrik Rydgård
da164e1abd
Merge pull request #70 from PeterTh/master
...
Added threadpool
2013-05-01 08:16:45 -07:00
Peter Thoman
c75510b304
Eliminated lambda, undo debug compialtion changes
2013-05-01 16:06:54 +02:00
Peter Thoman
c7399857e3
Fixed potential shutdown deadlock issue
2013-05-01 14:06:29 +02:00
Peter Thoman
7a22148583
Added ThreadPool to Android Makefile, hope this works
2013-05-01 13:23:51 +02:00
Peter Thoman
f0f0fd2b75
Forgot loop sequentialization
2013-05-01 13:20:25 +02:00
Peter Thoman
0fcf809d37
Added ThreadPool with parallel loop functionality
2013-05-01 13:18:25 +02:00
Peter Thoman
dbff26fce5
Added NOMINMAX before including Windows.h in thread.h -- finally found where this came from
2013-05-01 13:15:52 +02:00
Henrik Rydgård
cc19362b77
Merge pull request #69 from unknownbrackets/perf
...
Mark cityhash to always be optimized, even in debug
2013-04-29 00:44:35 -07:00
Unknown W. Brackets
3fdbc2ea21
Mark cityhash to always be optimized, even in debug.
...
This takes it from 10% to 0.34% in a debug build. We don't need to debug
its internals, so there's no reason for debug to be slower.
2013-04-28 21:55:42 -07:00
Sacha
56a1fb6278
Maemo/Harmattan actually support std::bind and not lambdas
2013-04-28 16:19:59 +10:00
Henrik Rydgård
4793502714
atlastool CMake buildfix
2013-04-25 14:19:53 +02:00
Henrik Rydgård
a5cc57c2d1
Merge pull request #67 from mvdan/master
...
Try getting native/tools to build
2013-04-25 05:13:49 -07:00
Daniel Martí
09495fb2a5
Remove non-existent etcdec
2013-04-25 13:13:51 +02:00
Daniel Martí
79bee5ac45
Force std=c++11
2013-04-25 13:13:51 +02:00
Henrik Rydgård
7a33b63f2e
Merge pull request #68 from GeeckoDev/master
...
Fix build for SSE4.2-compliant hardware.
2013-04-24 13:44:31 -07:00
Clément G
b7ab5e9905
Fix build again when __SSE_4_2__ is enabled
2013-04-24 22:37:34 +02:00
Daniel Martí
0a8acae315
First attempt at fixing native/tools build
2013-04-24 17:07:13 +02:00
Sacha
c59ee2bccc
Update for Blackberry10. Update deprecated functions. Add support for Portrait QWERTY devices like Q10.
2013-04-22 23:19:03 +10:00
Sacha
e584a005ac
Define vasprintf is native, for Blackberry
2013-04-22 14:22:18 +10:00
Henrik Rydgard
25e03c243c
Add vertical offset to fonts
2013-04-21 21:53:46 +02:00
Henrik Rydgård
1b1b0e31f5
Merge pull request #66 from unknownbrackets/atlastool
...
Font improvements to atlastool
2013-04-21 12:18:49 -07:00
Unknown W. Brackets
8cd3304c29
Shave 23% of time off of atlastool.
...
No need to check a bool, let's just use goto. It's worth being faster.
2013-04-21 12:02:13 -07:00
Unknown W. Brackets
f6469b31de
Allow multiple ttfs per font, use first with char.
2013-04-21 11:51:58 -07:00
Unknown W. Brackets
6126faef84
Output a warning for missing glyphs in a font.
2013-04-21 10:39:32 -07:00
Henrik Rydgård
0e96cfaa99
Merge pull request #65 from aquanull/patch-1
...
Win32: Make getFileInfo() fail and label the path non-directory when ...
2013-04-21 08:16:41 -07:00
aquanull
ead5f5ade5
Win32: Make getFileInfo() fail and label the path non-directory when GetFileAttributesExA fails
...
This fixes the problem on Windows that the Language selection list might sometimes be blank. (The cause was that attrs would only contain random garbage data when GetFileAttributesExA failed with a non-existing path.)
2013-04-21 23:13:07 +08:00
Sacha
6868cb5d32
Buildfix for Symbian.
2013-04-21 16:36:05 +10:00
Henrik Rydgård
7af60ebd51
Merge pull request #64 from JimLee168/master
...
The event modify mutex use and increase the reset
2013-04-20 09:37:10 -07:00
JimLee168
d923a8f1e6
The event modify mutex use and increase the reset
2013-04-21 00:29:45 +08:00
Henrik Rydgård
ab7209341a
Merge pull request #63 from tpunix/master
...
another FBO_ARB fix
2013-04-20 08:50:10 -07:00
Henrik Rydgard
491c32179e
Korean support
2013-04-20 17:41:17 +02:00
tpu
fd895a4b0e
another FBO_ARB/FBO_EXT issue
2013-04-20 14:48:13 +08:00
Henrik Rydgard
4469c65cff
Add ideographics symbols
2013-04-20 00:00:51 +02:00
Henrik Rydgard
2e9ff37dd7
Support a 'training file' for chinese characters.
2013-04-19 23:55:15 +02:00
Henrik Rydgard
56f5fcf975
Fix language ini reading on android
2013-04-18 23:39:22 +02:00
Henrik Rydgard
c5acf22754
IniFile: Add support for loading from VFS
2013-04-18 22:36:43 +02:00
Henrik Rydgard
0023ec5f50
Add some more character ranges to atlastool, uncomment halfwidth ascii
2013-04-18 22:11:14 +02:00
Henrik Rydgard
b98957bf8d
Buildfix for linux
2013-04-18 20:55:46 +02:00
Henrik Rydgard
3494d9282d
Kanji stuff
2013-04-18 14:41:09 +02:00
Henrik Rydgard
43b78be9dd
Update android.mk
2013-04-18 11:57:22 +02:00
Henrik Rydgard
b25cfe209b
Basic internationalization (i18n) framework.
2013-04-18 11:56:50 +02:00