Commit graph

33 commits

Author SHA1 Message Date
pahimar
e03797f1ca Repackaging EE3 packages/classes to better match up with the MC repackaging 2012-12-17 15:21:53 -05:00
pahimar
257ab2144b Fix imports for the new FML/MinecraftForge repackaging 2012-12-13 10:01:41 -05:00
pahimar
c078794880 Beginnings of a proper hook for world protection. Client intiates a request to the server. Server validates if the request is going to be allowed (via an event). If the event is not canceled, then the server allows the action to occur. 2012-12-12 22:41:40 -05:00
pahimar
0ecca70ffe Move art/sprite related constants out of the general Reference class into their out Sprites lib class, move the RenderTickHandler into the client package (where it belongs), 2012-11-30 15:28:42 -05:00
pahimar
0b8413ec67 Bugfix for pre1c, new version pre1d 2012-11-26 09:31:47 -05:00
pahimar
4ca464e072 Getting into some rendering; fun stuff! 2012-11-21 15:29:26 -05:00
pahimar
659b2a9620 Some work on what I hope could be a cool overlay for managing the different modes of the P Stone/etc. Thanks Azanor for the concept 2012-11-20 22:33:50 -05:00
pahimar
942f97eda3 Custom EE3 Creative Tab and working in world transmutation. Just some testing and updated javadoc to go! 2012-10-27 16:04:43 -04:00
pahimar
156eaa9d17 After catching that ExtraBiomes and BuildCraft had their own Logger (and how they did it), I went about doing it for EE3 :) 2012-10-11 21:17:40 -04:00
pahimar
4053cdf2d3 Proper EE3 logger, the start of it at least 2012-10-11 16:05:02 -04:00
pahimar
4f188ca935 Config options to enable/disable the version check, updated lang (en_US) with final version check text, reports in the log where it is checking the version number 2012-10-11 13:23:21 -04:00
pahimar
9d69168a5e Add a value for the @Instance annotation, thanks iChun for pointing out my failures in life :-p 2012-10-09 15:14:02 -04:00
pahimar
9ae515a930 Getting ready for more Calcination 2012-10-04 07:59:46 -04:00
pahimar
b22f6dae4f Adding a fuel handler 2012-10-02 22:00:43 -04:00
pahimar
1cbfb94d86 Simplify the loading of localization files now that our localization PR has been merged into FML and Forge 2012-09-29 21:48:44 -04:00
pahimar
d63558bc52 Fixed calling of non-static method 2012-09-26 15:45:06 -04:00
pahimar
289de4abfd Simple log helper class, cleaned up some logging, and added listing for a Dutch translation file of EE3 (incoming PR merge) 2012-09-26 14:28:23 -04:00
pahimar
d2c456b76f Localization is done, see the format of the en_US.xml file for how to specify your own custom localization files. Feel free to contribute your translations to the GitHub as appropriate. 2012-09-26 14:02:35 -04:00
pahimar
cabe68356d Remote version check implemented, now on to Localization 2012-09-25 15:01:39 -04:00
pahimar
051b51c5ba Remove the now unnecessary CraftingHandler (in favour of the new container item method), refactor some constant names 2012-09-25 10:07:49 -04:00
pahimar
51065c86d9 Initial work on EE3's packet system, needs more work and testing 2012-09-21 16:13:21 -04:00
pahimar
098a719bb4 Red Water work, lots to do still 2012-09-10 22:07:59 -04:00
pahimar
2a23c104df Minium stone crafting 2012-09-07 16:18:11 -04:00
pahimar
76f56ee86c Cleaning up some config stuff and loading of options from the config file 2012-09-07 15:41:43 -04:00
pahimar
e60d8dc7ea Calcinator! 2012-08-29 16:02:30 -04:00
pahimar
322775d5e7 Code formatting (noticed some ugly tabbing + whitespace mix up in last commit), support for custom item rarities added back in 2012-08-25 02:46:51 -04:00
pahimar
510a3b3cd0 Item work, some more handlers too 2012-08-25 02:07:59 -04:00
pahimar
12062a21a4 Getting the EntityLiving handler back in place 2012-08-24 15:58:05 -04:00
pahimar
61cc8d2142 Logo for EE3, more work on the KeyBindingHandler and SoundHandler. Added basic class definition and license info to classes 2012-08-24 15:38:19 -04:00
pahimar
b9aca68324 Misc stuff 2012-08-22 16:16:09 -04:00
pahimar
d7982b604a Sound Handler stuff 2012-08-21 23:40:55 -04:00
pahimar
b4d0e5e675 KeyBindingHandler work - reads from configuration file and respects sidedness (client side only handling, common reading from configuration file) 2012-08-20 23:18:53 -04:00
pahimar
77cbbadb18 Some (shaky) work on a configuration manager and a keybinding handler. Hopefully more tomorrow... 2012-08-19 21:16:51 -04:00