aboutsummaryrefslogtreecommitdiff
path: root/src/game.cpp
AgeCommit message (Expand)Author
2015-10-14Refactor loggingShadowNinja
2015-09-01Hide minimap if it has been disabled by serverest31
2015-08-25Change i++ to ++iDavid Jones
2015-08-13minimap: Add ability to disable from serverkwolekr
2015-08-13game.cpp: Update cached settingsest31
2015-07-23Optional reconnect functionalityest31
2015-07-16Fix relief mapping issuesRealBadAngel
2015-07-14Make serialization error message translatableKahrl
2015-07-09Settings: pass name to callbacks by referenceest31
2015-07-08Use UTF-8 instead of narrowest31
2015-07-08Clean-up Minimap codekwolekr
2015-06-27Add minimap featureRealBadAngel
2015-06-20Make attached objects visible in 3rd person viewest31
2015-06-13Use utf-8 in formspecsIlya Zhuravlev
2015-05-29(Android) Only simulate holding down fast key if fast_move is toggled to trueCraig Robbins
2015-05-19Replace instances of std::map<std::string, std::string> with StringMapkwolekr
2015-05-15ANDROID: Do not limit situations where fast is enabledCraig Robbins
2015-05-06Fix connection speed unit namesShadowNinja
2015-04-27Revert the upper-case PROJECT_NAME nonsense that was part of #2402sfan5
2015-04-26Fix player pitch and yaw not being set properlyKevin Ott
2015-04-19Disable connection timeout for singleplayer and server tabsest31
2015-04-1710s timeout when connecting to serverSmallJoker
2015-03-31Move texture_min_size even further down the pipe. Now, textures are JIT-upsca...Aaron Suen
2015-03-30On Android enable always fastCraig Robbins
2015-03-27Change error_message from wstring to stringShadowNinja
2015-03-27Clean up and tweak build systemShadowNinja
2015-03-17Minor cleanup: game.cppCraig Robbins
2015-03-15Finer progress bar updates when initializing nodesest31
2015-03-07For usages of assert() that are meant to persist in Release builds (when NDEB...Craig Robbins
2015-03-07Fix Android text bug (no text displaying)Craig Robbins
2015-03-05ProfilerGraph: Use std::list instead of std::vectorLoic Blot
2015-03-05Replace std::list to std::vector into tile.cpp (m_texture_trash) and move til...Loic Blot
2015-02-25Add camera smoothing and cinematic mode (F8)rubenwardy
2015-02-18Use fixed size for builtin menus on non-android platformsPerttu Ahola
2015-02-17Add player direction to on-screen debug textYaman
2015-02-12Minor fixes in translationsngosang
2015-02-11Don't permit to open inventory is playerCAO isn't present. This prevent to op...Loic Blot
2015-02-11Fix issue #2279. ok @zeno-Loic Blot
2015-02-10Fix Exit to OS button focus in Pause Menungosang
2015-02-07Fix rebase bug, make render loop use cache settinggregorycu
2015-02-05Reduce gettext wide/narrow and string/char* conversionsShadowNinja
2015-02-05Fix translation memory leakShadowNinja
2015-02-05Fix translation finding of overlay messagesShadowNinja
2015-01-31Fix local map saving when joining a local server from the server tabCraig Robbins
2015-01-25Settings fixes Make the GameGlobalShaderConstantSetter use the settings callb...gregorycu
2015-01-25Revert "Make the GameGlobalShaderConstantSetter use the settings callback (8%...Craig Robbins
2015-01-24Fix unitialised variable occassionally being usedCraig Robbins
2015-01-23Make the GameGlobalShaderConstantSetter use the settings callback (8% perf im...gregorycu
2015-01-18Fix use of uninit data in Sky and (potentially) GUIChatConsole constructorsKahrl
2015-01-11Disable sound and key binding settings in "pause" menu on androidsapier