StevenRS11
62cc238d30
Merge branch 'master' of https://github.com/StevenRS11/DimDoors
2013-06-14 05:20:58 -04:00
StevenRS11
14d5264b33
limbo exit crap fix
2013-06-14 05:20:51 -04:00
SenseiKiwi
cb966210bd
Fixed null DDProperties reference in DimData
...
Fixed null DDProperties reference in DimData. Changed the code so that
it requests an instance in each of its functions instead of relying on
loading a reference when it's first instantiated. I'm not sure how the
null references are slipping through, that shouldn't be possible.
2013-06-14 05:14:34 -04:00
StevenRS11
5f5569e9b9
fixed chest crash and mobelisk spawns
2013-06-14 04:58:48 -04:00
StevenRS11
69cfc1369c
release canidate
2013-06-14 03:17:23 -04:00
StevenRS11
078ee999be
Merging changes
2013-06-14 01:53:30 -04:00
StevenRS11
55c16f3ae2
tweaked mob spawn density in pockets
2013-06-14 00:43:09 -04:00
SenseiKiwi
b11354767d
Overhauled configuration properties
...
Moved all configuration variables from mod_pocketDim to DDProperties
(formerly DimDoorsConfig). Changed property names to be clearer in
config file, modified some comments, and generally cleaned up the config
file. Fixed some missing properties and variables that were reading from
the wrong properties. Modified the order in which mod_pocketDim
instantiated some of its static fields so that they would load after
properties are read. Almost all classes load after properties are read.
Fixed indentation across various files and replaced references to
properties in mod_pocketDim with references to DDProperties.
2013-06-13 19:01:54 -04:00
StevenRS11
ebf35a056a
Release canidate
2013-06-13 16:44:17 -04:00
StevenRS11
558f2915b9
fixed upgrade crash
2013-06-13 15:44:11 -04:00
SenseiKiwi
9c3067ed35
Renamed DimDoorsConfig to DDProperties
...
Renamed DimDoorsConfig to DDProperties
2013-06-13 00:48:21 -04:00
SenseiKiwi
e4c8b50dae
Changed some configuration features
...
Added flag for disabling whether Stabilized Rift Signatures are
craftable. Autocorrected indentation in some areas. Renamed some
property keys in the config file, but the naming is inconsistent. Will
return soon to make all names consistent. Property values should be
removed from mod_pocketDim and moved to a file, e.g. DDProperties.
Configuration should either be loaded directly into the value variables
or be kept as a separate file, e.g. DDConfiguration. I favor for
integrating configuration reading into the same file as the values and
not declaring Property variables at all.
2013-06-12 23:30:13 -04:00
SenseiKiwi
e96cbac35c
Changed property variable names, minor bug fix
...
Changed the names of property variables in DimDoorsConfig to follow
better variable naming conventions. Removed a duplicate config.save()
call. Noticed that crafting Stabilized Rift Signatures can't be disabled
in the config file, will be adding that option in the next commit.
General note: we need a better way of handling item configuration.
Metaprogramming in Java would be a godsend.
2013-06-12 22:49:45 -04:00
SenseiKiwi
2990e393e8
Merge remote-tracking branch 'upstream/master'
2013-06-12 21:48:49 -04:00
StevenRS11
e531c1e301
derptityderp
2013-06-12 19:05:46 -04:00
StevenRS11
38df0b225e
derp
2013-06-12 18:00:00 -04:00
StevenRS11
b388a00e05
redid commands, added more rotation support.
2013-06-12 17:59:34 -04:00
SenseiKiwi
d54b7c287f
another silly commit
...
another silly commit
2013-06-12 03:36:56 -04:00
SenseiKiwi
9db478fcc7
silly commit for testing purposes
...
silly commit for testing purposes
2013-06-12 03:28:57 -04:00
SenseiKiwi
a8d4c66ecb
pruned imports in mod_pocketDim
...
pruned imports in mod_pocketDim
2013-06-12 03:08:34 -04:00
StevenRS11
2c09434e4c
importing TE
2013-06-12 00:42:24 -04:00
StevenRS11
eee6f11154
working on block rotation
2013-06-11 15:43:27 -04:00
StevenRS11
b4cc959a35
fixed save data
2013-06-11 14:42:11 -04:00
StevenRS11
cfd19d9c88
working on save data
2013-06-11 14:36:42 -04:00
StevenRS11
68d2bde10a
fixed save breaker
2013-06-11 13:21:39 -04:00
StevenRS11
43ead374cc
fixed instacrash
2013-06-11 00:41:40 -04:00
StevenRS11
000e0153b8
one less bug
2013-06-10 21:25:31 -04:00
StevenRS11
bd1c1d0118
finished update, starting testing builds
2013-06-10 17:03:52 -04:00
StevenRS11
fa428f53cf
fixed crash on pocket unload
2013-06-10 00:16:49 -04:00
StevenRS11
b3765b2bad
working on crash
2013-06-09 23:58:04 -04:00
StevenRS11
4651be614e
working on dungeon changes
2013-06-09 23:56:31 -04:00
StevenRS11
20122f956e
command improvments
2013-06-09 17:44:23 -04:00
StevenRS11
fa15c13d37
finished dungeon export basic implementation
2013-06-09 17:23:36 -04:00
OvermindDL1
e7a5c5b53c
Update dimHelper.java
...
Fixed crash bug and fixed surrounding indention.
Completely untested, but should work.
2013-06-06 21:22:23 -05:00
StevenRS11
4858a69be5
Export function added
2013-06-04 08:52:06 -04:00
StevenRS11
b97eab46b5
rebuilt how rifts get dungeon data assigned to them
2013-06-03 20:56:15 -04:00
StevenRS11
2e2184f033
monolith tele cooldown
2013-06-03 00:55:57 -04:00
StevenRS11
a8ac17f81b
fixed dungeon gen
2013-06-02 23:49:47 -04:00
StevenRS11
004d06ab7d
more work on import
2013-06-02 09:57:05 -04:00
StevenRS11
c16dd49a18
changed import function
2013-06-02 01:46:31 -04:00
StevenRS11
27c073f75d
.schematic importer finished
2013-06-01 21:43:56 -04:00
StevenRS11
842216ee5e
config fixs
2013-05-31 02:36:51 -04:00
StevenRS11
6a95c9eb33
respawn handler and config changes
2013-05-31 02:17:05 -04:00
StevenRS11
0d51e5aa46
reimplemented fix
2013-05-30 15:00:08 -04:00
StevenRS11
6dcbc100ed
fixed servercrash
2013-05-30 14:32:19 -04:00
StevenRS11
364241a162
finished mob (I think)
2013-05-30 02:30:17 -04:00
StevenRS11
68c6ea8de5
texture change
2013-05-29 21:05:59 -04:00
StevenRS11
53ad4fe53a
sky texture, more monolith changes
2013-05-29 17:54:41 -04:00
StevenRS11
6c8e8fa264
texture edits
2013-05-29 15:45:21 -04:00
StevenRS11
602eb4bcff
more mob tweaks, texture tweaks
2013-05-29 14:45:14 -04:00
StevenRS11
f14cde7186
mob tweaks
2013-05-29 01:22:50 -04:00
StevenRS11
8365d4353f
added dungeon to dimData, spawn fixes for monolit
2013-05-28 17:15:40 -04:00
StevenRS11
9f7561e2fe
renabled sounds
2013-05-28 00:21:09 -04:00
StevenRS11
ceac1e0d3b
soundtest
2013-05-28 00:02:33 -04:00
StevenRS11
5aa379cd26
fixed sounds
2013-05-27 23:30:40 -04:00
StevenRS11
9ad4dda324
finished sounds
2013-05-27 22:45:21 -04:00
StevenRS11
0e9918f9fe
PARTICLES
2013-05-27 20:08:42 -04:00
StevenRS11
8d19b2afab
basic implementation done
2013-05-27 18:58:20 -04:00
StevenRS11
a737fb8dd3
removed movement for the moment
2013-05-27 08:23:10 -04:00
StevenRS11
1233e2a040
mob is coming!!
2013-05-27 08:10:07 -04:00
StevenRS11
5b61f6435d
removed dev mob
2013-05-26 20:01:44 -04:00
StevenRS11
42f7057f3d
Fixed door placement on rifts,
...
working on biomes and mob
2013-05-21 14:49:14 -04:00
StevenRS11
6407b1be71
fixed rift sig depth
...
adding mob
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-20 19:07:13 -04:00
StevenRS11
4160ea1e76
Made doors stackable
...
Fixed click on rift to place door bug
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-15 09:56:25 -04:00
StevenRS11
5682e3fc30
Working with biomes and such, trying to prevent crazy mob spawns
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-10 16:05:11 -04:00
StevenRS11
e2a486d931
Finally fixed rift orientation finally
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-09 17:51:16 -04:00
StevenRS11
871634c772
updated build info
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-09 17:21:21 -04:00
StevenRS11
0b5bbb7dc1
Fixed door orientation finally.
...
Limbo generates terrain under you
can use items in limbo
more voids to send you home.
update to 1.5.2
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-09 17:16:27 -04:00
StevenRS11
995755360a
Merge branch 'master' of git@github.com:StevenRS11/DimDoors.git
2013-05-09 15:30:43 -04:00
StevenRS11
b10751460d
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-09 15:28:32 -04:00
brikeener
272528b490
Fixed overworld rift color issue.
2013-05-09 13:55:43 -04:00
brikeener
8cfb157699
Updated to 1.5.2, Forge build 688
2013-05-08 16:29:01 -04:00
StevenRS11
815dfdc15d
Fixed doors on top of doors with rift sig
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-04 18:58:51 -04:00
StevenRS11
89ed9dce94
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-04 14:54:54 -04:00
StevenRS11
64daa7165a
last fixes to doors
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-03 20:42:11 -04:00
StevenRS11
3439cce520
also- build 58 tried to make it less greify. This one balances loot in chests
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-03 19:51:46 -04:00
StevenRS11
7c4feff0ea
redid orientation handling, works better now.
...
Vastly improved y level detection for teleports
2013-05-03 19:34:01 -04:00
StevenRS11
4f98555db5
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-03 10:39:24 -04:00
StevenRS11
a42bb748bf
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-05-01 14:37:40 -04:00
StevenRS11
75a451317b
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-30 23:13:40 -04:00
StevenRS11
3a1e430707
fixed default up dungeon schematic name
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-30 22:09:20 -04:00
StevenRS11
103e674e83
finally fixed minecart door crashes
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-30 20:52:57 -04:00
StevenRS11
c3fda5abff
release canidate for 1.5.1- fixed rift render bug, and dimension exit rift handling improved
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-29 19:03:38 -04:00
StevenRS11
57d01bf1e7
make door save you from falling to your death
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-17 20:37:34 -04:00
StevenRS11
988ba51b78
fixed random dim stuff when dungeons are generated
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-17 16:26:39 -04:00
StevenRS11
be459b62b3
fixed dimHatch bug
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-17 15:59:15 -04:00
StevenRS11
3579070eb9
Moved file structure around a bit, and added stabilized rift sig
...
fixed XP bug moving through doors
made items shut doors again
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-16 20:48:49 -04:00
StevenRS11
25754d7137
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-13 21:19:34 -04:00
StevenRS11
f816e96bdb
moved rift sigs over to use nbt data
...
fixed limbo inventory issues
changed rift generation on dim door placement
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-13 21:15:06 -04:00
StevenRS11
2d6d430277
Doors dont close on items, have short cooldown
...
readded decay and rift regen
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-07 02:33:11 -04:00
StevenRS11
9951581fb0
dim doors place on rifts if you click the rifts
...
they dont close with items
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-07 01:53:50 -04:00
StevenRS11
cefbd1c0a8
fixed rift sig shine issue- moved to NBT data
...
fixed NEI bug
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-07 00:37:13 -04:00
StevenRS11
5162fe72e6
streamlined teleport code
...
fixed bug with FoR
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-06 16:57:51 -04:00
StevenRS11
76ad71cec9
Merge branch '1.5udpate'
...
Moving 1.5 update into master
Conflicts:
StevenDimDoors/mod_pocketDim/mod_pocketDim.java
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-01 16:50:51 -04:00
StevenRS11
19b099479f
Changed name and fixed block update issues when setting door rotation
...
Also improved random rift code
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-01 16:45:16 -04:00
StevenRS11
49b5925ae5
final update for 1.4.7- optimized random rift code, reverted name change
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-01 16:43:11 -04:00
StevenRS11
d3123a33f2
Merge branch 'master' of git@github.com:StevenRS11/DimDoors.git into 1.5udpate
...
Conflicts:
StevenDimDoors/mod_pocketDim/EventHookContainer.java
StevenDimDoors/mod_pocketDim/mod_pocketDim.java
2013-04-01 04:04:59 -04:00
StevenRS11
fb8ead5e06
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-01 03:55:47 -04:00
StevenRS11
f9c1e41677
Finally fixed spawn bug. Still no idea why it was happening though
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-04-01 03:15:16 -04:00
StevenRS11
f02410f5da
testing spawn fix DO NOT DISTRIBUTE
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-31 21:54:28 -04:00
StevenRS11
dcd469dc94
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-29 18:47:12 -04:00
StevenRS11
ccce338f97
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-29 18:43:48 -04:00
StevenRS11
fc45767963
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-29 18:19:27 -04:00
StevenRS11
8ccabfc16e
Fixed mob spawning issues (maybe) and limbo exit issues.
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-28 21:34:38 -04:00
StevenRS11
508e2f3b4d
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-28 18:17:47 -04:00
StevenRS11
c8bd248433
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-28 17:56:01 -04:00
StevenRS11
ef7796e7df
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-24 01:12:48 -04:00
StevenRS11
f8ec5044d1
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-24 00:52:50 -04:00
StevenRS11
37d82207d7
added another command- delete_all_links
...
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-23 02:29:20 -04:00
StevenRS11
55dc5edb9b
added server commands, prune_pocket_dims and delete_rifts <dimID>
...
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-23 01:25:50 -04:00
StevenRS11
f800a9a353
Fixed door render issue finally
...
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-22 00:58:55 -04:00
StevenRS11
c812fafc52
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-18 19:56:43 -04:00
StevenRS11
53921194b9
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-18 19:24:08 -04:00
StevenRS11
c5a201cbd9
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-18 18:58:07 -04:00
StevenRS11
c4172804d0
Signed-off-by: StevenRS11 <steven.r.stafford.ii.14@dartmouth.edu>
2013-03-18 18:42:56 -04:00
StevenRS11
618445c0fd
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-10 19:10:03 -04:00
StevenRS11
3bdf78c0f5
Finished dim door rail compatability
...
todo- rift blade sound
2013-03-10 18:39:17 -04:00
StevenRS11
e24acd4038
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-10 12:49:29 -04:00
StevenRS11
ddc7bf0f64
rift blade creates rifts, doors can teleport carts and items
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-09 23:04:20 -05:00
StevenRS11
c926e71021
take 2
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-03 16:56:09 -05:00
StevenRS11
6ee95c044c
Default block ID change
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-03-03 16:46:48 -05:00
StevenRS11
c39b8cb97e
Fixed config option not changing properly
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-26 11:29:17 -05:00
StevenRS11
42d1e646f7
Fixed XP bug
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-25 16:11:01 -05:00
StevenRS11
c62cd5039d
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-21 17:07:28 -05:00
StevenRS11
9495c4cf36
Fixed world generation bug with mods that add other dims
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-21 16:27:51 -05:00
StevenRS11
c6262ff0a6
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-19 21:18:51 -05:00
StevenRS11
14f60c9b29
Fixed missing texture and XP glitch
...
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-19 18:13:09 -05:00
StevenRS11
81a77e90f9
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-18 16:19:52 -05:00
StevenRS11
4fcbbb90ee
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-18 00:35:42 -05:00
StevenRS11
448dbd125e
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-18 00:25:32 -05:00
StevenRS11
25ac73286c
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-17 23:00:39 -05:00
StevenRS11
7084d88aa0
Signed-off-by: StevenRS11 <stevenrs11@aol.com>
2013-02-17 21:46:16 -05:00