New game dialog - moew i18n strings |
|
More...
|
about 11 years ago
|
PHP will be needed by travis for language tool |
|
More...
|
about 11 years ago
|
String defs to not have STRING_ at the start of the name |
|
More...
|
about 11 years ago
|
Additional strings - dialog titles |
|
More...
|
about 11 years ago
|
Fixed lint errors, mostly fixed or disabled copy constructors for constuctors that allocate memory. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Language setting to persist into config file |
|
More...
|
about 11 years ago
|
Now possible to change language. Note: This is not a final solution, but it works (with limitations) and the code changes are minimal. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
UI for language selection |
|
More...
|
about 11 years ago
|
Get basic i18n system to actually work |
|
More...
|
about 11 years ago
|
Merge pull request #88 from TheJosh/i18n |
|
More...
|
about 11 years ago
|
Fixed occasional crash when using the Black hole / Attractor weapon. The data from the Overlapping Pair is invalid around every 500-1000 iteration, cannot find the root cause. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Fixed lints found by cpplint. Filter: '-whitespace/tab,-whitespace/line_length,-whitespace/blank_line,-whitespace/braces,-readability/todo,-legal/copyright,-whitespace/comments,-readability/streams,-build/namespaces,-whitespace/operators,-whitespace/comma,-build/include,-readability/multiline_string,-readability/casting,-whitespace,-readability/namespace,-runtime/references'. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Fix compile on MSVC++2010 |
|
More...
|
about 11 years ago
|
Fixed a lot of lint warnings found by cpplint (C++ lint tool from Google). Have not fixed even close to all, but not all valid and some could be fixed by the tool AStyle. Disabled checks: '--filter=-whitespace/tab,-whitespace/line_length,-whitespace/blank_line,-whitespace/braces,-readability/todo,-legal/copyright,-whitespace/comments,-readability/streams,-build/namespaces,-whitespace/operators,-whitespace/comma,-build/include' |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Workaround for SDL relative mouse movement switching bug |
|
More...
|
about 11 years ago
|
Remove trailing whitespce from lua, map, mod, net, platform, render, render_opengl, util, weapons |
|
More...
|
about 11 years ago
|
Remove trailing whitespace from entity, fx, gui, http |
|
More...
|
about 11 years ago
|
Remove trailing whitespace from files in src/ |
|
More...
|
about 11 years ago
|
Moved the function 'toggleMusicPlay' to 'AudioSDLMixer' class. Removed trailing whitespaces. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Can now pause and resume the music, use the key 'F2'. Fixed some lints. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Apply the calculated rotation for the AIs. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Android compile fix |
|
More...
|
about 11 years ago
|
Move main game loop into GameState class |
|
More...
|
about 11 years ago
|
Make HUI dropdowns a bit easier to read |
|
More...
|
about 11 years ago
|
Move mouse pick function into dialog library |
|
More...
|
about 11 years ago
|
Merge branch 'master' of github.com:TheJosh/chaotic-rage |
|
More...
|
about 11 years ago
|
Various map builder bugfixes and a new cursor when mouse picking |
|
More...
|
about 11 years ago
|
Fixed crash due to 'GameLogic::keyboard_events' was not initialized. Refactored two functions in 'raycast.cpp' to avoid duplicated code. |
esper
as Magnus Espersson
|
More...
|
about 11 years ago
|
Added copy and paste support for multi-line text dialog box |
|
More...
|
about 11 years ago
|
Updates to map builder lua script |
|
More...
|
about 11 years ago
|