Asciifarm/asciifarm/server
troido 84d899aa45 improved communication handling on the server 2019-09-24 22:57:37 +02:00
..
components improved weather particles 2019-01-20 15:33:06 +01:00
gameobjects added snowflake object 2019-01-20 16:41:30 +01:00
__init__.py finally made everything executable that I wanted to be executable 2017-10-30 12:01:16 +01:00
__main__.py server now ensures that it's not ran as standalone package 2017-12-27 00:23:43 +01:00
entity.py passed stamps on roomJoin 2018-02-12 11:54:19 +01:00
event.py Replace None equality checks with identity checks 2018-01-11 19:19:58 +00:00
eventtarget.py fixed spawner remove bugs 2018-01-03 00:12:46 +01:00
exchange.py setup exchanging posts (trading and crafting) 2018-07-28 17:59:46 +02:00
faction.py world persistence now works and is settable from command line 2017-11-02 20:23:18 +01:00
game.py improved communication handling on the server 2019-09-24 22:57:37 +02:00
gameserver.py improved communication handling on the server 2019-09-24 22:57:37 +02:00
grid.py Remove redundant semicolon 2018-01-11 19:23:48 +00:00
ground.py changed how interactions work. Can now interact with adjacent objects 2018-01-14 23:52:19 +01:00
loader.py Pip installable! 2017-10-26 17:05:49 +00:00
main.py room serialization is now part of the model. Rooms are loaded individually 2018-02-02 14:01:56 +01:00
option.py made optionmenus for selected objects 2018-07-28 16:22:02 +02:00
pathfinding.py implemented autofight/autoretaliate; improved checking if object is attackable before attacking 2018-04-15 11:30:35 +02:00
player.py tried but failed to save memory by room deactivation 2019-01-20 23:46:45 +01:00
playerloader.py also make savegames for player if they don't exist 2019-01-18 19:18:14 +01:00
room.py fixed spawning location cavebridge 2018-05-22 20:54:10 +02:00
roomdata.py fighter now uses timeout too. implemented tiebreaker for two stamps of the same time 2018-02-08 15:54:15 +01:00
roomloader.py same for roomloader... 2019-01-18 19:19:57 +01:00
serialize.py fixed some issues with serialization and deserialization 2018-01-18 16:50:35 +01:00
socketserver.py improved communication handling on the server 2019-09-24 22:57:37 +02:00
view.py fixed error with nonexisting player views 2019-01-20 18:45:24 +01:00
world.py tried but failed to save memory by room deactivation 2019-01-20 23:46:45 +01:00
worldloader.py create savegame dirs automatically 2019-01-18 19:15:15 +01:00