Commit graph

57 commits

Author SHA1 Message Date
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
69293538b9 More work on WorldEvent packets (the way clients will request servers to do world modification events). Decided to go with a general packet with event types 2012-12-06 16:04:20 -05:00
pahimar
02e9bb09da Beginning work on world transmutation packets 2012-12-05 16:06:50 -05:00
pahimar
8b059dfd0c Some rework on configs (where they are stored/etc) 2012-12-05 14:33:03 -05:00
pahimar
bb07edc77c Nothing to see here 2012-12-04 16:11:54 -05:00
pahimar
bc1740ebee Some work on getting bags off the ground, also learned how to do multiple render passes and overlays of overlays (yay!). Note: the bags aren't functional at all yet; just viewable in game. Much more work to be done. 2012-11-30 22:45:54 -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
fa1271f5c5 In world transmutation overlay works for all transmutation stones, P Stone now is chargeable and has sounds, sounds renamed to be more intuitive 2012-11-30 14:03:36 -05:00
pahimar
ae6201a62c Some work on in world transmutation overlays for the pstone 2012-11-25 21:11:12 -05:00
pahimar
ef2ed87bc9 Moving some stuff around 2012-11-22 22:14:57 -05:00
pahimar
552bcc90d1 Someone missed a comman when adding their localization 2012-11-22 10:43:44 -05:00
Lure
10b2580d6a Chinese(Traditional) Localization
Update provided by wtmhahagd on #ee
2012-11-21 22:35:31 -02:00
pahimar
4ca464e072 Getting into some rendering; fun stuff! 2012-11-21 15:29:26 -05:00
Lure
17e9314986 Alphabetical Order
alphabetical order should been obvious to me first... don't know why it
wasn't
2012-11-21 14:04:35 -02:00
Lure
845f4ed672 Portuguese(BR) Localization
also enabled pt_BR
2012-11-21 13:56:27 -02:00
pahimar
1c3da781ea Updated the localization files to use the new remote update location variable (see en_US.xml) and made sure all localization files get initialized into the LanguageRegistry 2012-11-20 14:50:40 -05:00
pahimar
01304fb4c4 Refactored the remote version check to check against the GitHub repo instead of my DropBox folder, added some colourized text to the result message on the client, and reformatted some of the localization. 2012-11-20 14:42:39 -05:00
gishicrafter
b6f438983f Update and enable ja_JP 2012-11-07 23:13:05 +09:00
pahimar
86e01679a3 New Strings lib for holding common names/etc, merge in some of the block/item initialization stuff into their respective classes, proper config loading for Alchemy Dusts, oh yeah Alchemy Dusts, some new Localization keys, etc 2012-11-06 15:49:43 -05:00
pahimar
272aa21b31 Blah 2012-11-02 16:06:08 -04:00
pahimar
e3ef89d38e Javadoc update 2012-10-27 17:41:02 -04:00
pahimar
4b29fb2b0b Added some of the new localizations to the listing of files, and corrected the comments (it's Localizations, not BlockIds....) 2012-10-26 10:32:35 -04:00
pahimar
3cd83d283c Clean up some references, and getting ready for the ant build file to auto fill in version details at build time 2012-10-25 22:17:19 -04:00
pahimar
3e9c60a39c Getting closer to pre1! 2012-10-25 20:55:26 -04:00
pahimar
f47d87f639 Merge remote-tracking branch 'origin/master' 2012-10-24 21:53:51 -04:00
pahimar
4e8cbd16f9 Make a Colours lib and "abstact" some textures to grayscale (we can recolour them with colour overlays and reuse the texture more efficiently) 2012-10-24 21:53:41 -04:00
pahimar
30c0d78eba Merge pull request #25 from aritzhack/master
Added Spanish-Spain (es-ES) translation
2012-10-22 09:27:54 -07:00
phpr
04d70e77fc Update Localizations.java file for the French version 2012-10-22 18:21:57 +02:00
aritzhack
9e56c39703 Merge remote-tracking branch 'upstream/master' 2012-10-22 15:37:44 +02:00
pahimar
51bd858f8b First fledging steps into in world transmutation again (more tomorrow), and localized the key bindings 2012-10-11 21:47:35 -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
792543eaac Localized the name of the Calcinator in its Gui 2012-10-11 13:33:50 -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
aritzhack
eaa6037e0c Forgot to the translation to the Localizations.java 2012-09-29 16:20:59 +02:00
pahimar
eccf3082b8 Working on getting the Calcinator working 2012-09-28 16:05:29 -04:00
pahimar
f8786ceb5b UTF-8 encoded pt_PT localization 2012-09-28 11:28:36 -04:00
pahimar
ea92584788 Adding a bunch of user contributed localizations (thanks guys!) 2012-09-28 11:19:13 -04:00
pahimar
7a7cdf8483 Merge remote-tracking branch 'origin/master' 2012-09-28 11:11:08 -04:00
pahimar
82a40e82c8 Updated the configuration handler to no longer use deprecated methods, and adjusted the default ids to be in line with my requested range from the MinecraftForge website. 2012-09-28 11:10:55 -04:00
Dion Williams
317abb063b Add Welsh Localisation 2012-09-26 21:29:37 +01:00
pahimar
632825181e Fixing a typo 2012-09-26 15:42:40 -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
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
99f08bada7 Note to self: remember to come back to the container item stuff in SlotCrafting re: playerdestroyitem event 2012-09-24 15:58:15 -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
29b4d0a85a Calcinator GUI work in game 2012-09-16 23:04:14 -04:00
pahimar
098a719bb4 Red Water work, lots to do still 2012-09-10 22:07:59 -04:00
pahimar
d2b2e6e061 Work on getting the Minium Stone and Philosopher Stone to have a working portable crafting table, add in a PlayerDestroyItem event when the Minium Stone is used up in crafting 2012-09-09 00:21:44 -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