]> git.lizzy.rs Git - dragonfireclient.git/history - src/server.cpp
Tune smooth lighting a bit
[dragonfireclient.git] / src / server.cpp
2012-04-14 Perttu AholaFix continuing to process TOSERVER_INIT2 even if player...
2012-04-10 Perttu AholaFix unhandled InvalidPositionException
2012-04-09 Perttu AholaMake client know about reverted disallowed diggings
2012-04-07 Perttu AholaFix segfault when setting privileges of a non-connected...
2012-04-01 Perttu AholaDon't apply player movement cheat detection in singleplayer
2012-04-01 Perttu AholaAllow getting the path of builtin.lua using minetest...
2012-03-31 Perttu AholaAdd server-side enforcement of the 'fast' privilege...
2012-03-31 Perttu AholaAdd 'fly' and 'fast' privileges and the underlying...
2012-03-30 Perttu AholaMake server ignore media files with unknown filename...
2012-03-30 Perttu AholaReimplement authentication handler in Lua; now we have...
2012-03-29 Perttu AholaAdd GenericCAO and player armor groups, but don't use...
2012-03-29 Kahrlon_joinplayer + on_leaveplayer + scriptapi_run_callback...
2012-03-29 Kahrladded PlayerSAO and RemotePlayer, removed ServerRemoteP...
2012-03-28 Perttu AholaRemove unnecessary debug output
2012-03-28 Perttu AholaArea-based MapEditEvent ignore and that put to use...
2012-03-28 Perttu AholaReduce EnvRef:set_node() time tenfold by postponing...
2012-03-28 Perttu AholaFix on_generate minp/maxp (was broken due to chunkymapgen)
2012-03-28 Perttu AholaAdd blockseed to on_generated
2012-03-28 Perttu AholaCorrectly lock mutexes when the server sends MapEditEve...
2012-03-27 Perttu AholaTune generation responsiveness and cheat inhibition...
2012-03-27 Perttu AholaTune block fetching to clients on server
2012-03-25 Perttu AholaAlmost support loading sounds from server
2012-03-25 Perttu AholaAdd more media directories; mod/{textures,sounds,media}
2012-03-25 Perttu AholaTexture cache -> Media cache WIP
2012-03-24 Perttu AholaLua API for playing sounds
2012-03-24 Perttu AholaAdd event manager and use it to trigger sounds
2012-03-24 Perttu Aholaceleron55's sound system initial framework
2012-03-22 Perttu AholaLog at info level when a banned client connects
2012-03-19 Perttu AholaFix mod paths
2012-03-19 Perttu AholaMove share/builtin.lua to share/builtin/builtin.lua
2012-03-19 Perttu AholaRework directory structure
2012-03-19 Perttu AholaAdd the mod search path user/mods/gameid
2012-03-18 Perttu AholaDynamic sky, fog and cloud colors; sun and moon
2012-03-15 Perttu AholaFix and improve Server's privilege get/setters
2012-03-15 Perttu AholaAdd "simple singleplayer mode"; Fix a number of GUI...
2012-03-12 Perttu AholaWorld creation button and dialog and functionality
2012-03-11 Perttu AholaProper handling of failing to bind server socket
2012-03-11 Perttu AholaMention world location at server startup at action...
2012-03-11 Perttu Aholaworld.mt creation
2012-03-11 Perttu Aholacommand-line/world game selection
2012-03-11 Perttu AholaPrettify --help output
2012-03-11 Perttu AholaClean up log messages everywhere
2012-03-10 Perttu AholaTidy up server log output a bit
2012-03-10 Perttu AholaAdd and tidy up some Server log output for declined...
2012-03-10 Perttu AholaFix addon and configuration file paths
2012-03-10 Perttu AholaInitial directory structure rework
2012-03-10 Perttu AholaEntity damage system WIP; Remove C++ mobs
2012-03-10 Perttu AholaDigging time groups WIP
2012-03-07 Perttu AholaMove profiler measurements into inside of mutex locking...
2012-03-07 Perttu AholaAdd dedicated_server_step setting
2012-02-28 celeron55Merge pull request #46 from garrosh/master
2012-02-05 KahrlPlayers stay in environment even when dead, damage...
2012-01-22 KahrlClient-side prediction of inventory changes, and some...
2012-01-22 KahrlInventory menu (with dragging) improved. Crafting is...
2012-01-22 KahrlNode placement / mineral / serialization / iron freq...
2012-01-12 KahrlThe huge item definition and item namespace unification...
2012-01-05 Perttu AholaImplement minetest.register_on_dieplayer()
2012-01-03 Perttu AholaAdd missing checks to texture caching
2012-01-02 Perttu AholaUse free rather than delete for malloc'd memory
2012-01-02 Perttu AholaFix server sending stuff before textures have been...
2012-01-02 Perttu AholaTexture cache on client (mostly made by sapier) (breaks...
2012-01-01 Perttu AholaAdd InvRef and InvStack (currently untested and unusable)
2012-01-01 Perttu AholaFix segfault when generating stuff on world boundaries
2011-12-11 Perttu AholaAdd minetest.get_modpath(modname)
2011-12-04 Perttu AholaProperly use time_from_last_punch for limiting PvP...
2011-12-04 Perttu AholaFix player not dying when beated to death by other...
2011-12-04 Perttu AholaFix getting two old-style minerals per digged node
2011-12-03 KahrlDo not broadcast an empty chat message when someone...
2011-12-03 Perttu AholaAdd usermods/ to mod search paths and print out the...
2011-12-03 Perttu AholaProperly handle mod name conflicts
2011-12-03 Perttu AholaBetter mod loading error handling
2011-12-03 Perttu AholaAdd world/mods to mod search path
2011-12-03 Perttu AholaEnforced mod global naming convention and better error...
2011-12-02 Perttu AholaFix script error reporting a bit
2011-12-02 Perttu AholaFix ActiveObject creation for fast player respawns
2011-12-02 Perttu AholaFix sending of player hp (was sent all the time)
2011-12-02 Perttu AholaScript-defined creative inventory
2011-12-02 Perttu AholaRename "build" privilege to "interact" (backwards-compa...
2011-12-02 Perttu AholaFix player double damage
2011-12-01 Perttu AholaPrint out PROTOCOL_VERSIONs if server is incompatible...
2011-12-01 Perttu AholaDon't send objects or map data before definitions have...
2011-12-01 Perttu AholaRemove stuff made obsolete by making players more Activ...
2011-12-01 Perttu AholaPlayers are more like objects + related stuff
2011-12-01 Perttu AholaPlayer-is-SAO WIP
2011-12-01 KahrlFix processing of the default_password setting. It...
2011-11-30 Perttu AholaReworked the inventory move handling code, hopefully...
2011-11-29 Perttu AholaProper player inventory and hp modification tracking...
2011-11-29 Perttu AholaBetter version match fail messages from server
2011-11-29 Perttu AholaHandle items with m_count==0 sanely when placing
2011-11-29 KahrlCraftItem rework and Lua interface
2011-11-29 Perttu AholaGenericNodeMetadata and an example furnace
2011-11-29 Perttu AholaInitial NodeMetaRef stuff
2011-11-29 Perttu AholaReplace old active block random node modifying things...
2011-11-29 Perttu AholaAdd chat message callback and send functions
2011-11-29 Perttu AholaUse log_deregister_thread in EmergeThread
2011-11-29 Perttu AholaFix mod dependency sort
2011-11-29 Perttu AholaWarn about unsatisfied dependencies
2011-11-29 Perttu AholaMake blocks to be loaded from disk when the active...
2011-11-29 Perttu AholaSort mods by dependencies defined by modpath/depends...
2011-11-29 Perttu AholaFix and tune player movement checks (make them very...
next