.. |
cguittfont
|
Fix FTBFS on GNU/Hurd platform
|
2015-02-14 20:59:35 +10:00 |
json
|
fix link if system json lib exists
|
2013-03-05 23:54:07 -05:00 |
jthread
|
Fix FTBFS on GNU/Hurd platform
|
2015-02-14 20:59:35 +10:00 |
lua
|
Add support for Android 2.3+
|
2014-06-29 18:17:56 +02:00 |
script
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
util
|
Fix Android build of narrow_to_wide
|
2015-02-14 20:59:45 +10:00 |
activeobject.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
ban.cpp
|
ban.cpp refactoring
|
2014-08-22 22:03:08 +02:00 |
ban.h
|
Always use builtin JThread library
|
2013-09-15 23:00:01 -04:00 |
base64.cpp
|
Fix various indentation issues
|
2014-10-28 15:37:58 -04:00 |
base64.h
|
Fix most warnings, re-fix MSVC compile error
|
2013-02-26 01:57:59 -05:00 |
camera.cpp
|
Return step smoothing value to 23
|
2015-01-08 15:06:28 +10:00 |
camera.h
|
Fix regression (increase/decrease viewing range with +/- keys)
|
2014-12-07 18:32:30 +10:00 |
cavegen.cpp
|
Cavegen: Fix copy & paste error (solves #2020)
|
2014-12-28 22:35:14 -05:00 |
cavegen.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
chat.cpp
|
Suppress MSVC warning in chat.cpp
|
2015-01-25 16:09:23 +10:00 |
chat.h
|
Add paste command (Ctrl-V) in GUIChatConsole
|
2014-12-10 07:12:08 +01:00 |
client.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
client.h
|
Fix local map saving when joining a local server from the server tab
|
2015-01-31 00:42:08 +10:00 |
clientiface.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
clientiface.h
|
Fix "ghost" blocks if block update is "on wire" while player digs nodes
|
2014-08-22 20:56:16 +02:00 |
clientmap.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
clientmap.h
|
Performance of main client loop up to 2x faster In places, up to 3 times faster
|
2014-12-07 00:51:01 +10:00 |
clientmedia.cpp
|
Split settings into seperate source and header files
|
2014-09-21 14:39:35 -04:00 |
clientmedia.h
|
Reduce indentation of HTTPFetchOngoing
|
2014-09-18 21:54:22 -04:00 |
clientobject.cpp
|
Migrate to STL containers/algorithms.
|
2013-03-11 19:08:39 -04:00 |
clientobject.h
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
clientserver.h
|
Allow use all 6 faces for special tiles.
|
2014-08-25 12:47:06 +02:00 |
clientsimpleobject.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
clouds.cpp
|
Refactor decoration-related code
|
2014-10-29 01:56:37 -04:00 |
clouds.h
|
Fix #1358 (disappearing clouds)
|
2014-06-09 08:18:33 +02:00 |
cmake_config_githash.h.in
|
Show git hash in version string at top left corner of window
|
2013-09-28 21:30:17 +02:00 |
cmake_config.h.in
|
serialize.h: use machine native byte swapping if available, fall-back to previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000()
|
2014-11-21 22:33:48 +10:00 |
CMakeLists.txt
|
Create minidump on fatal Win32 exceptions
|
2015-02-02 01:39:17 -05:00 |
collision.cpp
|
Remove most exceptions from getNode() (and variants)
|
2014-11-14 18:05:34 +10:00 |
collision.h
|
Add an option to disable object <-> object collision for Lua entities
|
2013-07-20 20:43:11 +02:00 |
config.h
|
serialize.h: use machine native byte swapping if available, fall-back to previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000()
|
2014-11-21 22:33:48 +10:00 |
connection.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
connection.h
|
Fix MSVC compiler warning about passing this pointer in initializer list
|
2014-12-28 23:40:44 -05:00 |
constants.h
|
Give full breath after death
|
2015-02-05 17:33:08 +10:00 |
content_abm.cpp
|
Remove liquid_finite and weather
|
2014-04-18 21:56:48 +04:00 |
content_abm.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_cao.cpp
|
Fix entitiy WieldMeshSceneNode not freed due to additional grab
|
2015-01-17 19:13:08 +01:00 |
content_cao.h
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
content_cso.cpp
|
Remove most exceptions from getNode() (and variants)
|
2014-11-14 18:05:34 +10:00 |
content_cso.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_mapblock.cpp
|
Fix NDT_GLASSLIKE normals
|
2015-01-31 03:06:34 +10:00 |
content_mapblock.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_mapnode.cpp
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_mapnode.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_nodemeta.cpp
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
content_nodemeta.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
content_object.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
content_sao.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
content_sao.h
|
Replace setting unlimited_player_transfer_distance with player_transfer_distance
|
2014-11-08 14:56:09 +01:00 |
convert_json.cpp
|
Reduce indentation of HTTPFetchOngoing
|
2014-09-18 21:54:22 -04:00 |
convert_json.h
|
Remove ugly curl struct pointer from jsonFetchValue signature
|
2014-06-19 21:24:53 +02:00 |
craftdef.cpp
|
Fix getCraftRecipe returing wrong reciep due to way to unspecific output matching
|
2015-02-02 21:32:23 +01:00 |
craftdef.h
|
Added method to get all registered recipes for item(node)
|
2013-03-05 23:32:33 -05:00 |
database-dummy.cpp
|
Fix missing return in Database_Dummy::deleteBlock
|
2015-01-16 21:00:11 +10:00 |
database-dummy.h
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database-leveldb.cpp
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database-leveldb.h
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database-redis.cpp
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database-redis.h
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database-sqlite3.cpp
|
Fix uninitialized variable m_database_delete in Database_SQLite3
|
2015-01-28 05:01:07 +01:00 |
database-sqlite3.h
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
database.cpp
|
Revert binary database block position encoding
|
2014-04-23 15:39:33 -04:00 |
database.h
|
Add ability to delete MapBlocks from map
|
2015-01-15 16:48:56 -05:00 |
daynightratio.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
debug.cpp
|
Create minidump on fatal Win32 exceptions
|
2015-02-02 01:39:17 -05:00 |
debug.h
|
Create minidump on fatal Win32 exceptions
|
2015-02-02 01:39:17 -05:00 |
defaultsettings.cpp
|
Added configurable ambient_occlusion_gamma. Default is 2.2 (same as previous hardcoded values).
|
2015-01-14 23:35:50 +10:00 |
defaultsettings.h
|
Implement proper font handling
|
2014-11-30 17:50:09 +01:00 |
drawscene.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
drawscene.h
|
Implement proper font handling
|
2014-11-30 17:50:09 +01:00 |
dungeongen.cpp
|
MgV5/6/7: Generate dungeons above water level
|
2015-01-01 15:44:26 -05:00 |
dungeongen.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
emerge.cpp
|
Randomly generate seed if field blank for any Settings instance
|
2015-02-01 02:05:39 -05:00 |
emerge.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
environment.cpp
|
Fix dying of lava causes repeated death This is a bugfix for issue #81
|
2015-02-05 17:32:35 +10:00 |
environment.h
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
event_manager.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
event.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
exceptions.h
|
Create minidump on fatal Win32 exceptions
|
2015-02-02 01:39:17 -05:00 |
filecache.cpp
|
Rewrite client media download and support hash-based remote download
|
2013-12-13 18:05:20 +01:00 |
filecache.h
|
Rewrite client media download and support hash-based remote download
|
2013-12-13 18:05:20 +01:00 |
filesys.cpp
|
Fix fs::GetRecursiveSubPaths trying to get directory lists for files
|
2014-12-24 17:23:07 -05:00 |
filesys.h
|
Dont write directly to files but rather write and copy a tmp file
|
2013-08-13 22:05:45 +02:00 |
fontengine.cpp
|
Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe
|
2015-01-25 15:23:37 +10:00 |
fontengine.h
|
Fix MSVC compiling warnings and remove an unused texture
|
2014-12-12 16:09:34 -05:00 |
game.cpp
|
Fix Exit to OS button focus in Pause Menu
|
2015-02-14 20:58:39 +10:00 |
game.h
|
Implement proper font handling
|
2014-11-30 17:50:09 +01:00 |
gamedef.h
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
genericobject.cpp
|
Add sneak and sneak_glitch to set_physics_override()
|
2013-12-03 23:20:00 +01:00 |
genericobject.h
|
Add sneak and sneak_glitch to set_physics_override()
|
2013-12-03 23:20:00 +01:00 |
gettext.cpp
|
Fix gettext on MSVC
|
2015-02-13 01:23:30 +10:00 |
gettext.h
|
Fix gettext on MSVC
|
2015-02-13 01:23:30 +10:00 |
gettime.h
|
Make sure PRECISION_SECONDS corresponds to the integer 0
|
2014-10-09 11:40:33 +02:00 |
guiChatConsole.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
guiChatConsole.h
|
Make freetype usage configureable by a setting
|
2013-08-04 20:35:14 +02:00 |
guiEngine.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
guiEngine.h
|
Implement proper font handling
|
2014-11-30 17:50:09 +01:00 |
guiFileSelectMenu.cpp
|
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
|
2013-11-11 19:56:49 +01:00 |
guiFileSelectMenu.h
|
Fix win32/msvc i18n (quite UGLY version, blame Microsoft)
|
2013-11-11 19:56:49 +01:00 |
guiFormSpecMenu.cpp
|
Fix Exit to OS button focus in Pause Menu
|
2015-02-14 20:58:39 +10:00 |
guiFormSpecMenu.h
|
Fix Exit to OS button focus in Pause Menu
|
2015-02-14 20:58:39 +10:00 |
guiKeyChangeMenu.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
guiKeyChangeMenu.h
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
guiMainMenu.h
|
Allow SIGINT to kill mainmenu again
|
2013-08-19 15:49:36 +02:00 |
guiPasswordChange.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
guiPasswordChange.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
guiTable.cpp
|
Fix clipping rectangle of GUITable row highlight
|
2015-01-10 19:56:14 +01:00 |
guiTable.h
|
Add formspec table
|
2014-01-13 18:11:08 -05:00 |
guiVolumeChange.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
guiVolumeChange.h
|
Fix all warnings reported by clang
|
2014-04-15 21:34:53 +02:00 |
hex.h
|
Implement urlencode and urldecode
|
2013-12-13 18:05:35 +01:00 |
httpfetch.cpp
|
Use configured bind_address for HTTPFetch
|
2014-09-18 21:54:23 -04:00 |
httpfetch.h
|
Reduce indentation of HTTPFetchOngoing
|
2014-09-18 21:54:22 -04:00 |
hud.cpp
|
Hud: Modify Y-positioning of health/breath starbars to prevent overlapping with Hotbar
|
2015-02-08 12:47:45 -05:00 |
hud.h
|
Make hud use fontengine too
|
2014-11-30 18:06:54 +01:00 |
inventory.cpp
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
inventory.h
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
inventorymanager.cpp
|
Performance fixes.
|
2015-01-13 23:48:56 +10:00 |
inventorymanager.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
irr_aabb3d.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
irr_v2d.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
irr_v3d.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
irrlichttypes_bloated.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
irrlichttypes_extrabloated.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
irrlichttypes.h
|
Fix builds failing on BSD-like (such as OSX) due to an irrlicht bug (temporary fix)
|
2014-12-09 20:40:52 +10:00 |
itemdef.cpp
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
itemdef.h
|
Make range of tools configureable
|
2013-07-20 20:37:59 +02:00 |
itemgroup.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
keycode.cpp
|
Split settings into seperate source and header files
|
2014-09-21 14:39:35 -04:00 |
keycode.h
|
Add support for Android 2.3+
|
2014-06-29 18:17:56 +02:00 |
light.cpp
|
Add display_gamma option for client
|
2014-12-31 02:44:31 +10:00 |
light.h
|
Add display_gamma option for client
|
2014-12-31 02:44:31 +10:00 |
localplayer.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
localplayer.h
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
log.cpp
|
Fixes for android
|
2015-01-06 16:13:39 +01:00 |
log.h
|
Log: Silence errorstream during unittests
|
2014-12-12 15:51:55 -05:00 |
logoutputbuffer.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
luaentity_common.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
main.cpp
|
Reduce gettext wide/narrow and string/char* conversions
|
2015-02-05 03:24:22 -05:00 |
main.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
mainmenumanager.h
|
Use std::string::empty() instead of size() where applicable
|
2014-12-12 15:16:24 -05:00 |
map.cpp
|
Fix missing map_meta.txt error when creating new worlds
|
2015-01-27 02:10:04 -05:00 |
map.h
|
Create empty default constructor for MapNode
|
2015-01-18 13:39:50 +10:00 |
mapblock_mesh.cpp
|
Fix potential out-of-bounds array index
|
2015-01-16 14:35:57 +10:00 |
mapblock_mesh.h
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
mapblock.cpp
|
Fix a crash (assert) when client set serial version < 24 in INIT
|
2015-01-27 16:55:25 +01:00 |
mapblock.h
|
Fix a crash (assert) when client set serial version < 24 in INIT
|
2015-01-27 16:55:25 +01:00 |
mapchunk.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
mapgen_singlenode.cpp
|
Lighting: Fix nearly all issues
|
2015-01-04 02:42:31 -05:00 |
mapgen_singlenode.h
|
mapgen: Resolve nodes in ctor rather than makeChunk
|
2014-10-30 02:29:37 -04:00 |
mapgen_v5.cpp
|
Mgv5: Skip calculation of filler, heat and humidity perlinmaps in underground mapchunks
|
2015-01-23 21:24:47 -05:00 |
mapgen_v5.h
|
Mapgen V5: Various improvements
|
2015-01-18 23:38:15 -05:00 |
mapgen_v6.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
mapgen_v6.h
|
Fix some lingering code style issues
|
2014-12-29 22:04:47 -05:00 |
mapgen_v7.cpp
|
Mgv7 mountains: Remove divide by zero code that creates vast walls
|
2015-02-05 03:21:04 -05:00 |
mapgen_v7.h
|
Mgv7: Replace small pseudorandom caves with 3D noise tunnels. Fewer large caves
|
2015-01-17 21:57:48 -05:00 |
mapgen.cpp
|
Fix all warnings and remove -Wno-unused-but-set cflag
|
2015-01-18 23:29:19 -05:00 |
mapgen.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
mapnode.cpp
|
Fix facedir > 23 causes segfault in client
|
2015-01-09 15:42:03 +10:00 |
mapnode.h
|
Create empty default constructor for MapNode
|
2015-01-18 13:39:50 +10:00 |
mapsector.cpp
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
mapsector.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
mesh.cpp
|
Port createForsythOptimizedMesh from Irrlicht 1.8
|
2014-11-23 00:51:08 +01:00 |
mesh.h
|
Port createForsythOptimizedMesh from Irrlicht 1.8
|
2014-11-23 00:51:08 +01:00 |
mg_biome.cpp
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
mg_biome.h
|
Replace instances of height_min/height_max with y_min/y_max to remove ambiguity
|
2014-12-30 01:48:20 -05:00 |
mg_decoration.cpp
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
mg_decoration.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
mg_ore.cpp
|
Initialize noise ptr on creation (fixes crash if OreVein deleted before use)
|
2015-01-15 16:23:04 -05:00 |
mg_ore.h
|
Initialize noise ptr on creation (fixes crash if OreVein deleted before use)
|
2015-01-15 16:23:04 -05:00 |
mg_schematic.cpp
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
mg_schematic.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
modalMenu.h
|
Remove m_ext_ptr in GUIFormSpecMenu, replaced by refcount mechanism
|
2014-10-24 21:14:48 +02:00 |
modifiedstate.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
mods.cpp
|
Fix some MSVC-specific warnings and add debug path as an MSVC directory
|
2015-02-02 02:01:13 -05:00 |
mods.h
|
Remove ugly curl struct pointer from jsonFetchValue signature
|
2014-06-19 21:24:53 +02:00 |
nameidmapping.cpp
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
nameidmapping.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
nodedef.cpp
|
NodeDef: Clear NodeResolver related entries too in clear()
|
2015-01-04 22:39:57 -05:00 |
nodedef.h
|
NodeResolver: Perform callback immediately if node registration phase finished
|
2015-01-04 16:32:31 -05:00 |
nodemetadata.cpp
|
Fix NodeMetadataList loosing memory on deserialize due to invalid clear map call instead of clear
|
2015-01-17 19:14:36 +01:00 |
nodemetadata.h
|
Add a limit to node meta data resolving recursion
|
2014-05-07 17:05:44 -04:00 |
nodetimer.cpp
|
Use std::string::empty() instead of size() where applicable
|
2014-12-12 15:16:24 -05:00 |
nodetimer.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
noise.cpp
|
Noise: Don't assume Noise is used for 2D unless gradientMap2D is actually called
|
2014-12-14 00:18:31 -05:00 |
noise.h
|
PseudoRandom: Expose constant PSEUDORANDOM_MAX
|
2014-12-28 03:09:32 -05:00 |
object_properties.cpp
|
Add offset to automatic_face_movement_dir
|
2013-09-10 23:31:44 +02:00 |
object_properties.h
|
Add offset to automatic_face_movement_dir
|
2013-09-10 23:31:44 +02:00 |
particles.cpp
|
Fix particles causing unitialised data being used due to use of incorrect union member
|
2015-01-18 20:30:57 +10:00 |
particles.h
|
Fix memory leaks due to messed up memory handling for particles as well as their spawners
|
2015-01-09 15:23:49 +01:00 |
pathfinder.cpp
|
Remove noisy error messages, prepend "pathfinder: " to pathfinder messages
|
2014-02-03 20:13:31 +01:00 |
pathfinder.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
player.cpp
|
Give full breath after death
|
2015-02-05 17:33:08 +10:00 |
player.h
|
Implement WieldMeshSceneNode which improves wield mesh rendering
|
2014-11-08 23:11:57 +01:00 |
porting_android.cpp
|
Add support for Android 2.3+
|
2014-06-29 18:17:56 +02:00 |
porting_android.h
|
Add support for Android 2.3+
|
2014-06-29 18:17:56 +02:00 |
porting.cpp
|
Fix performance regression
|
2015-02-05 17:34:10 +10:00 |
porting.h
|
Fix FTBFS on GNU/Hurd platform
|
2015-02-14 20:59:35 +10:00 |
profiler.h
|
Fix f6 debug/profiler display
|
2014-12-08 00:01:22 +10:00 |
quicktune_shortcutter.h
|
Create faster key cache for main game loop (client)
|
2014-11-10 12:26:19 +10:00 |
quicktune.cpp
|
Cleanup jthread and fix win32 build
|
2013-12-01 16:25:46 +01:00 |
quicktune.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
rollback_interface.cpp
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
rollback_interface.h
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
rollback.cpp
|
Clean up rollback
|
2014-11-19 16:21:59 -05:00 |
rollback.h
|
Fix struct vs. class in forward declarations
|
2014-12-08 09:06:31 +01:00 |
serialization.cpp
|
Add compression API
|
2014-09-20 14:02:54 -04:00 |
serialization.h
|
Fix a crash (assert) when client set serial version < 24 in INIT
|
2015-01-27 16:55:25 +01:00 |
server.cpp
|
Give full breath after death
|
2015-02-05 17:33:08 +10:00 |
server.h
|
Send real port to server list
|
2015-01-23 21:38:34 +10:00 |
serverlist.cpp
|
Send real port to server list
|
2015-01-23 21:38:34 +10:00 |
serverlist.h
|
Send real port to server list
|
2015-01-23 21:38:34 +10:00 |
serverobject.cpp
|
Fix issue #1275 - one more missing check.
|
2014-06-18 14:53:43 +02:00 |
serverobject.h
|
Replace setting unlimited_player_transfer_distance with player_transfer_distance
|
2014-11-08 14:56:09 +01:00 |
settings.cpp
|
Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe
|
2015-01-25 15:23:37 +10:00 |
settings.h
|
Settings fixes Make the GameGlobalShaderConstantSetter use the settings callback (8% perf improvement in game loop) Ensure variable is set Ensure settings callback is threadsafe
|
2015-01-25 15:23:37 +10:00 |
sha1.cpp
|
Make SHA1::addBytes(..., 0) a no-op instead of an assertion failure
|
2013-12-25 00:29:00 +01:00 |
sha1.h
|
Passwords - a few corrections to the previous commit
|
2011-05-20 21:37:13 +01:00 |
shader.cpp
|
Add optional framed glasslike drawtype
|
2014-10-02 11:35:15 +02:00 |
shader.h
|
Unite nodes shaders.
|
2014-06-15 05:40:33 +02:00 |
sky.cpp
|
Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors
|
2015-01-18 13:16:01 +01:00 |
sky.h
|
Fix use of uninit data in Sky and (potentially) GUIChatConsole constructors
|
2015-01-18 13:16:01 +01:00 |
socket.cpp
|
Fix unit tests failing if IPv6 not available
|
2014-11-02 02:27:26 -05:00 |
socket.h
|
Fix unit tests failing if IPv6 not available
|
2014-11-02 02:27:26 -05:00 |
sound_openal.cpp
|
Use std::string::empty() instead of size() where applicable
|
2014-12-12 15:16:24 -05:00 |
sound_openal.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
sound.cpp
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
sound.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
staticobject.cpp
|
serialize.h: use machine native byte swapping if available, fall-back to previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000()
|
2014-11-21 22:33:48 +10:00 |
staticobject.h
|
Fix object duplication bug (at least in the most reproducible UFO case)
|
2013-10-17 00:10:16 +03:00 |
strfnd.h
|
Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu
|
2013-08-14 21:03:33 +02:00 |
subgame.cpp
|
Write common mapgen params to map_meta.txt on world initialization
|
2015-01-27 22:29:28 -05:00 |
subgame.h
|
Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png
|
2013-05-04 10:05:12 +03:00 |
test.cpp
|
Create empty default constructor for MapNode
|
2015-01-18 13:39:50 +10:00 |
test.h
|
Update Copyright Years
|
2013-02-24 20:15:24 +01:00 |
threads.h
|
Always use builtin JThread library
|
2013-09-15 23:00:01 -04:00 |
tile.cpp
|
Added ratio argument to colorize, removed the weird alpha-based ratio.
|
2015-01-20 22:56:20 +10:00 |
tile.h
|
Change TileSpec::frames to be std::vector not std::map
|
2014-12-21 02:41:17 +10:00 |
tool.cpp
|
Fix inversion of full_punch_interval
|
2014-07-02 16:48:11 +02:00 |
tool.h
|
New damage system, add damageGroups to ToolCapabilities, bump protocol version
|
2013-03-29 20:14:09 +01:00 |
touchscreengui.cpp
|
Split gui_scaling to gui_scaling + hud_scaling as those elements need different handling on some devices
|
2015-01-09 14:31:33 +01:00 |
touchscreengui.h
|
Add extra buttons to Android GUI. All icons are licensed by freepik.com under CC BY 3.0
|
2014-12-30 00:30:28 +10:00 |
treegen.cpp
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
treegen.h
|
Shorten ManualMapVoxelManipulator to MMVManip
|
2015-01-05 02:42:27 -05:00 |
version.cpp
|
Move #includes from version.h to version.cpp
|
2014-08-10 01:03:52 +02:00 |
version.h
|
Move #includes from version.h to version.cpp
|
2014-08-10 01:03:52 +02:00 |
voxel.cpp
|
Create empty default constructor for MapNode
|
2015-01-18 13:39:50 +10:00 |
voxel.h
|
Add VoxelArea::hasEmptyExtent
|
2015-01-13 23:24:32 +10:00 |
voxelalgorithms.cpp
|
Remove emerge and speedup addArea by using memcopy instead of one by one assignment
|
2014-06-23 00:13:41 +02:00 |
voxelalgorithms.h
|
Migrate to STL containers/algorithms.
|
2013-03-11 19:08:39 -04:00 |
wieldmesh.cpp
|
Prevent client crashing if an NDT_AIRLIKE node is dropped
|
2015-01-05 22:55:02 +10:00 |
wieldmesh.h
|
Fix struct vs. class in forward declarations
|
2014-12-08 09:06:31 +01:00 |