Go to file
Phitherek ce196fe170 binary cleanup 2013-04-12 10:31:45 +02:00
filetesters binary cleanup 2013-04-12 10:31:45 +02:00
tests binary cleanup 2013-04-12 10:31:45 +02:00
3m.h ModInfo class after tests 2013-04-06 23:03:27 +02:00
3mExceptions.cpp SyncAction after tests, working! 2013-04-08 00:45:07 +02:00
3mExceptions.h SyncAction after tests, working! 2013-04-08 00:45:07 +02:00
Action.cpp added Action class, a base class for 3m actions 2013-04-07 22:40:59 +02:00
Action.h added Action class, a base class for 3m actions 2013-04-07 22:40:59 +02:00
ConfigFile.cpp added more functionality to ConfigFile 2013-03-19 10:11:49 +01:00
ConfigFile.h added more functionality to ConfigFile 2013-03-19 10:11:49 +01:00
IDEAS started to write new 3m! First header file - ConfigFile.h 2013-03-18 22:10:48 +01:00
LocalModDescription.cpp SyncAction after tests, working! 2013-04-08 00:45:07 +02:00
LocalModDescription.h SyncAction after tests, working! 2013-04-08 00:45:07 +02:00
LocalModList.cpp improved query - added search in specific modlist in LocalModList and QueryAction 2013-04-12 10:30:44 +02:00
LocalModList.h improved query - added search in specific modlist in LocalModList and QueryAction 2013-04-12 10:30:44 +02:00
Makefile added and tested LocalModList class, corrected some bugs 2013-03-27 13:41:33 +01:00
ModDescription.cpp added and tested LocalModList class, corrected some bugs 2013-03-27 13:41:33 +01:00
ModDescription.h added and tested LocalModList class, corrected some bugs 2013-03-27 13:41:33 +01:00
ModInfo.cpp ModList after tests, finished lower-level data objects 2013-04-07 15:44:36 +02:00
ModInfo.h ModList before tests 2013-04-07 00:38:01 +02:00
ModInfoDescription.cpp finished untested ModInfo, unfinished ModList 2013-04-06 00:10:05 +02:00
ModInfoDescription.h finished untested ModInfo, unfinished ModList 2013-04-06 00:10:05 +02:00
ModList.cpp added sleep between modinfo downloading, slowed down a bit but not DoS-ing rubenwardy' s hosting now 2013-04-08 16:02:00 +02:00
ModList.h ModList after tests, finished lower-level data objects 2013-04-07 15:44:36 +02:00
ModListDescription.cpp written some more structures including ModListList class and test for it 2013-03-24 12:39:35 +01:00
ModListDescription.h written some more structures including ModListList class and test for it 2013-03-24 12:39:35 +01:00
ModListList.cpp written some more structures including ModListList class and test for it 2013-03-24 12:39:35 +01:00
ModListList.h written some more structures including ModListList class and test for it 2013-03-24 12:39:35 +01:00
OBJECTS added sleep between modinfo downloading, slowed down a bit but not DoS-ing rubenwardy' s hosting now 2013-04-08 16:02:00 +02:00
QueryAction.cpp improved query - added search in specific modlist in LocalModList and QueryAction 2013-04-12 10:30:44 +02:00
QueryAction.h finished and tested QueryAction class, corrected some bugs 2013-04-09 01:00:51 +02:00
README initialized repository, added README 2012-09-06 23:13:32 +02:00
RepositoryInfo.cpp RepositoryInfo after tests 2013-04-03 23:44:54 +02:00
RepositoryInfo.h RepositoryInfo after tests 2013-04-03 23:44:54 +02:00
RepositoryModDescription.cpp fixed clear issue 2013-04-03 18:11:06 +02:00
RepositoryModDescription.h fixed clear issue 2013-04-03 18:11:06 +02:00
SyncAction.cpp SyncAction after tests, working! 2013-04-08 00:45:07 +02:00
SyncAction.h SyncAction after tests, working! 2013-04-08 00:45:07 +02:00

README

3m - Minetest Mod Manager

This is a repository for 3m Minetest Mod Manager, which is meant to be kind of package manager for mods to the game Minetest (see celeron55' s GitHub repository for more info about the game itself).

WARNING: This project is yet unfinished! Check out the README later for information on the finished project.

Branch master: All project files.