3023 Commits

Author SHA1 Message Date
Kahrl
ee90d438b8 Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu 2013-08-14 21:03:33 +02:00
Ilya Zhuravlev
e1c5dac747 Fix my name. 2013-08-14 20:35:38 +04:00
PilzAdam
2f7fb3e2f2 Fix typos 2013-08-14 00:50:03 +02:00
sapier
ce907a371e Add support for entities to automatic face movement direction 2013-08-13 23:48:47 +02:00
PilzAdam
282c40cdeb Dont write directly to files but rather write and copy a tmp file 2013-08-13 22:05:45 +02:00
Kahrl
a0b8a52048 Remove farmesh 2013-08-13 09:25:13 +02:00
kwolekr
6aa6aaf3f3 Decoration: Fix schematic probability mess with new MTS file version 2013-08-11 15:34:49 -04:00
PilzAdam
e0e040f464 Dont crash if facedir > 23 2013-08-10 16:26:02 +02:00
PilzAdam
6fa83cb84f Dont download modstore info if its isnt needed 2013-08-10 13:35:38 +02:00
Perttu Ahola
4e5a3c9585 Don't freak out when a client sends multiple TOSERVER_INIT packets; also log one thing more. 2013-08-08 06:11:43 +03:00
Kahrl
3ec3564770 Fix various memory access problems detected by valgrind 2013-08-07 19:48:31 +02:00
PilzAdam
e0543b888b Fix path of mono font in defaultsettings.cpp 2013-08-07 13:41:00 +02:00
Sfan5
42c9f2cc7e Fix stored XSS vulnerability in the serverlist 2013-08-07 09:24:32 +02:00
Kahrl
bbc9a5091a Fix uninitialized irr::SEvent fields in guiFormSpecMenu.cpp 2013-08-07 01:36:19 +02:00
Novatux
5bfcea8b8a Simplify code of mainmenu world sort 2013-08-06 18:33:23 +02:00
Kahrl
80a1b4e16f Fix full crack texture being shown when releasing dig button 2013-08-06 18:15:40 +02:00
BlockMen
b131a282ba Add support for different drowning damage and allow drowning in other nodetypes 2013-08-06 17:49:39 +02:00
PilzAdam
ce8fbe7e52 Fix worldlist in servertab being filtered by selected game 2013-08-06 17:28:51 +02:00
Perttu Ahola
ad14dd11b1 Rename LagPool's member variables to avoid MSVC freaking up due to it's #define max 2013-08-06 18:17:58 +03:00
Perttu Ahola
d716c535c5 Clean up server's log messages and give a better error to client when its player is in use 2013-08-06 18:13:11 +03:00
Novatux
9f7500aec5 Add minetest.registered_biomes 2013-08-06 13:24:54 +02:00
Kahrl
2328255b7b Fix crack overlay for animated textures 2013-08-05 01:52:09 +02:00
proller
437d785409 Master server script improvement 2013-08-05 01:50:34 +04:00
PilzAdam
1d9560c414 Fix installation of textures/texture_packs_here.txt 2013-08-04 22:44:31 +02:00
Zeg9
3fe3894256 Fix texture bumpmapping on some GPUs 2013-08-04 21:49:48 +02:00
proller
c4f2790630 Masterserver bugfix 2013-08-04 23:46:03 +04:00
proller
d3b4aa28a3 Freeze-melt adjust 2013-08-04 23:31:01 +04:00
BlockMen
aa3bf1886a Fix formspec label issues in win builds (MSVC) 2013-08-04 20:49:23 +02:00
PilzAdam
4d57aed2af Make freetype usage configureable by a setting 2013-08-04 20:35:14 +02:00
PilzAdam
6a5243005d Dont show gamefilter in TP tab 2013-08-04 18:37:19 +02:00
Novatux
9e65a396d1 Add texture pack selection to main menu 2013-08-04 16:52:30 +02:00
Novatux
418d08bf6b Change large amount of objects to be configurable via a setting in minetest.conf (max_objects_per_block). 2013-08-04 15:28:01 +03:00
Perttu Ahola
cc1a1cd688 Fix server getting completely choked up on even a little of DoS
* If client count is unbearable, immediately delete denied clients
* Re-prioritize the checking order of things about incoming clients
* Remove a huge CPU-wasting exception in ReliablePacketBuffer
2013-08-04 10:44:37 +03:00
Perttu Ahola
eadddb8a83 Allow mods to listen to cheat detections using minetest.register_on_cheat() 2013-08-04 00:45:49 +03:00
Perttu Ahola
a524c0fd11 Fix anticheat 2013-08-03 23:16:37 +03:00
Perttu Ahola
3a62c1e2de Lessen the sky color glitch when quickly turning to look up after looking at ground that contains caves 2013-08-03 19:04:16 +03:00
Perttu Ahola
18d7e214df Fix and improve view range tuner 2013-08-03 18:46:18 +03:00
PilzAdam
62dc2c0c8f Add replacements to schematics 2013-08-03 03:22:14 +02:00
proller
e9fc09892b More info in serverlist 2013-08-03 03:02:59 +04:00
PilzAdam
cfa86dbd0b Allow multiple 'wherein' nodes in oredef 2013-08-02 00:55:16 +02:00
proller
f821824943 Weather backward compatibility 2013-08-02 00:51:36 +04:00
proller
f4d5ac656f Leveled nodebox backward compatibility 2013-08-02 00:50:58 +04:00
Esteban I. Ruiz Moreno
7b40357763 Make bumpmapping compatible with irrlicht 1.8 2013-07-31 19:35:28 +02:00
sapier
12a654708c Add support for setting stepheight for entities 2013-07-30 19:48:02 +02:00
PilzAdam
a21807926a Fix warnings in mapblock.cpp 2013-07-28 23:34:58 +02:00
PilzAdam
448530d6b0 Play sounds/main_menu.ogg in menu 2013-07-28 23:29:03 +02:00
proller
5715cd7497 Warnings fix 2013-07-29 00:11:33 +04:00
proller
d2cbeba8b6 Better snow fall, finite liquid transform, leveled nodes api 2013-07-28 17:14:31 +04:00
proller
cdb2b82262 Weather support 2013-07-27 23:21:48 +04:00
proller
222eb80096 Dont announce server in singleplayer 2013-07-27 17:51:34 +04:00