3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
Jun 23, 2024 — Jun 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New game dialog - moew i18n strings
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
PHP will be needed by travis for language tool
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
String defs to not have STRING_ at the start of the name
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Additional strings - dialog titles
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Get basic i18n system to actually work
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Merge pull request #88 from TheJosh/i18n
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Remove trailing whitespce from lua, map, mod, net, platform, render, render_opengl, util, weapons
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Remove trailing whitespace from entity, fx, gui, http
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Remove trailing whitespace from files in src/
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Move main game loop into GameState class
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Make HUI dropdowns a bit easier to read
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Move mouse pick function into dialog library
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Merge branch 'master' of github.com:TheJosh/chaotic-rage
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Various map builder bugfixes and a new cursor when mouse picking
TheJosh1337
as Josh Heidenreich
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
TheJosh1337
as Josh Heidenreich
More... about 11 years ago
Updates to map builder lua script
TheJosh1337
as Josh Heidenreich
More... about 11 years ago