1. 6d37232 Added in 'aka' field (courtesy pymclevel's version of the YAML file), in preparation for having a dialog to pick resource highlights in-game by CJ Kucera · 13 years ago
  2. 45d297b Something I've wanted to do for awhile but keep forgetting about by CJ Kucera · 13 years ago
  3. b2410c0 Just some TODO notes by CJ Kucera · 13 years ago
  4. 0ce9771 Generalize crop and netherwart definitions by CJ Kucera · 13 years ago
  5. ecb194f May as well at least make the dragon egg a SMALLER box, rather than a fullsize one. by CJ Kucera · 13 years ago
  6. 98d9394 Cleaning up some unneeded imports by CJ Kucera · 13 years ago
  7. 7bbcfec Updated resources in the README by CJ Kucera · 13 years ago
  8. 549d89e 'Other' open dialog now works when opening the New Map dialog by CJ Kucera · 13 years ago
  9. c8c1b49 Update slime chunk highlighting to beta 1.9-pre5 by CJ Kucera · 13 years ago
  10. 3d7a309 Slime chunks are only valid in the overworld by CJ Kucera · 13 years ago
  11. 8741db1 Initial support for opening a new map without having to quit X-Ray by CJ Kucera · 13 years ago
  12. 84d7af6 Clean up our display methods a bit by CJ Kucera · 13 years ago
  13. 5558cbe Updating builtin texture with dragon egg by CJ Kucera · 13 years ago
  14. adb4f81 Still a ways off, but this will become 3.5.0 by CJ Kucera · 13 years ago
  15. de487ed Update the render detail graphic after a new key set, in case anything relevant has changed by CJ Kucera · 13 years ago
  16. 711f1e5 We were including quite a few LWJGL Jar files which didn't need to be by CJ Kucera · 13 years ago
  17. 71d0866 Update to LWJGL 2.8.2 by CJ Kucera · 13 years ago
  18. 5262899 Adding javadocs, cleaning up unneeded imports by CJ Kucera · 13 years ago
  19. 3bc7c7f Key selection dialog seems mostly fine, though there's some strange behavior yet to track down by CJ Kucera · 13 years ago
  20. d3945c8 Key mapping changes look much closer to reality now by CJ Kucera · 13 years ago
  21. 0b39469 More progress, nearly there. by CJ Kucera · 13 years ago
  22. 56f59d4 A few more improvements, still doesn't actually save out the new keybindings though by CJ Kucera · 13 years ago
  23. 5caf81c Okay, I was overcomplicating things; the dialog seems good now, though it doesn't actually save yet by CJ Kucera · 13 years ago
  24. 7474f56 Key selection is closer to functional, but it turns out this is annoying as hell to get working properly. This is one more argument for having a 'proper' UI built inside LWJGL with some kind of native GL UI library, of course. by CJ Kucera · 13 years ago
  25. d798da3 A bit more progress towards functionality by CJ Kucera · 13 years ago
  26. 7d7e734 Renaming KEY_ACTIONS to KEY_ACTION by CJ Kucera · 13 years ago
  27. 6bb9507 More playing around with the key-setting dialog; still not exactly functional in its new form by CJ Kucera · 13 years ago
  28. 3e9f6b2 Push our JPanel construct into its own class by CJ Kucera · 13 years ago
  29. 43cf0c4 Merging the new keybinding-change dialog with our key help dialog. Note by CJ Kucera · 13 years ago
  30. 1635d0c Visual notification of which key is being edited by CJ Kucera · 13 years ago
  31. 9156185 Cleaning up some headers by CJ Kucera · 13 years ago
  32. a0f198c Add dragon egg block, rename Ender blocks to End by CJ Kucera · 13 years ago
  33. 84e19c3 Renaming by Eleazar Vega-Gonzalez · 13 years ago
  34. b40e6bb Renaming by Eleazar Vega-Gonzalez · 13 years ago
  35. 92056bf Fixed invalid cases by Eleazar Vega-Gonzalez · 13 years ago
  36. 094a2d4 Other Cases by Eleazar Vega-Gonzalez · 13 years ago
  37. 42d6047 Updated text fields by Eleazar Vega-Gonzalez · 13 years ago
  38. 9b1cf41 Added functionality to return a new keyMap and set and save it. by Saxon Parker · 13 years ago
  39. cddb2a1 Merge branch 'keyBinding' of https://slparker@github.com/evegagon/minecraftxray.git into keyBinding by Saxon Parker · 13 years ago
  40. 549105c Working on displaying KeyMapDialog by Saxon Parker · 13 years ago
  41. a0ad165 OneCharField class for key mapping by Eleazar Vega-Gonzalez · 13 years ago
  42. b7633bf Adding KeyMapDialog class by Eleazar Vega-Gonzalez · 13 years ago
  43. c8cffe4 Added the key binding button to the window. Currently just opens the program. by Saxon Parker · 13 years ago
  44. 0c6515e Fix a NullPointerException when xray.properties doesn't contain STATE_HIGHLIGHT_ORES by CJ Kucera · 13 years ago XRAY_3_4_3
  45. d1c64cb I guess we may as well push out 3.4.2 by CJ Kucera · 13 years ago XRAY_3_4_2
  46. 43bb6fb Update to LWJGL 2.8.1 by CJ Kucera · 13 years ago
  47. bf3fb6f Whoops, fixed a small logic error from our ore-highlight-glow change by CJ Kucera · 13 years ago
  48. 5054144 Allow the old-style ore highlight glow as well as the new by CJ Kucera · 13 years ago
  49. 94d130d Oh, let's update README with the new block names, too by CJ Kucera · 13 years ago XRAY_3_4_1
  50. a997a7e Updated fallback texture for Ender stuff by CJ Kucera · 13 years ago
  51. d8d2858 May as well release 3.4.1 by CJ Kucera · 13 years ago
  52. c029e51 Change minimap orientation by CJ Kucera · 13 years ago
  53. c3d1431 Rename AIR_ blocks by CJ Kucera · 13 years ago
  54. 61afb57 There's no need to consider Air Portals to be glassy anymore by CJ Kucera · 13 years ago
  55. bfc4bac Whoops, had swapped north and south for some reason by CJ Kucera · 13 years ago
  56. 4240b21 Internally convert to the actual real confirmed directional system: +z is north, +x is east by CJ Kucera · 13 years ago
  57. 614ff80 Added The End as a known dimension by CJ Kucera · 13 years ago
  58. 69129de New Air Portal style in 1.9-pre4, and an Ender Stone block by CJ Kucera · 13 years ago
  59. f854bc0 Some updates to the README that probably should have been included in 3.4.0. Ah well. by CJ Kucera · 13 years ago
  60. 579ea78 A note re: slime highlight by CJ Kucera · 13 years ago
  61. 5c1e265 One final tweak before 3.4.0 by CJ Kucera · 13 years ago XRAY_3_4_0
  62. abae6f5 Revert back to previous method of rendering map edges (which had been changed sort of by accident in 3.3.0 by CJ Kucera · 13 years ago
  63. 0c9f2f6 Fix fence z-fighting by CJ Kucera · 13 years ago
  64. b7b2103 Some various cleanups by CJ Kucera · 13 years ago
  65. 448f9c5 Suppress some warnings while compiling on Java7 by CJ Kucera · 13 years ago
  66. b222203 Cleanups on README and Changelog by CJ Kucera · 13 years ago
  67. 2e1ab8d Removing the -pre1; there's unlikely to be too much more before the full 3.4.0 release by CJ Kucera · 13 years ago
  68. 92d5437 Oh, you crazy line-endings by CJ Kucera · 13 years ago
  69. 092a787 More noticeable warnings when stuff in xray.properties gets overwritten with defaults by CJ Kucera · 13 years ago
  70. 0c1f37e Expand our Explored highlight to include other forms of light by CJ Kucera · 13 years ago
  71. f078202 Update list of blocks in the README by CJ Kucera · 13 years ago
  72. 271e332 Closing the main X-Ray window should also close the keyboard reference, if it's open by CJ Kucera · 13 years ago
  73. 2f39e41 Reorganize COPYING a bit, and add in a link to our configuration information page, on the keyboard reference dialog by CJ Kucera · 13 years ago
  74. b7876b2 Include a little note about the keyboard reference window by CJ Kucera · 13 years ago
  75. 00f0b10 Keyboard reference dialog by CJ Kucera · 13 years ago
  76. 0e57077 Having the 'textures' bit there is confusing by CJ Kucera · 13 years ago
  77. 8d2544f Integrated log4j for console reporting and logging by CJ Kucera · 13 years ago
  78. 5833b18 Tweaked some coloring; tall grass in particular stands out much better now by CJ Kucera · 13 years ago
  79. 8201726 More noticeable ore highlighting by CJ Kucera · 13 years ago
  80. bce6774 Because of our block shading, we need to regenerate the Selected GL List when we toggle ore highlighting on and off by CJ Kucera · 13 years ago
  81. 3306798 Various doc cleanups, and a few items removed from TODO by CJ Kucera · 13 years ago
  82. cce84fe Some better error reporting for if there are problems while loading blockdefs by CJ Kucera · 13 years ago
  83. 94598b7 We should technically keep the lever and its base textures together by CJ Kucera · 13 years ago
  84. 4c43d52 Should put in the air portal itself, I suppose by CJ Kucera · 13 years ago
  85. 7d2dc91 More Java7 notes by CJ Kucera · 13 years ago
  86. 886642a Not fixing JDK1.7.0 warnings in ResolutionDialog at the moment by CJ Kucera · 13 years ago
  87. bd55607 Update to LWJGL 2.8.0 by CJ Kucera · 13 years ago
  88. 4389107 Bundle a texturepack to use if all else fails; currently Faithful 32x32 by CJ Kucera · 13 years ago
  89. 5d09374 Move our dialogs into thier own subpackage by CJ Kucera · 13 years ago
  90. a9f03ae Some fairly significant speed improvements, without extra memory usage by CJ Kucera · 13 years ago
  91. bf9eddc Farmland blocks look like dirt on the side by CJ Kucera · 13 years ago
  92. 13b0f66 Accurate rendering for brewing stands by CJ Kucera · 13 years ago
  93. dca37f5 Proper render for enchantment tables by CJ Kucera · 13 years ago
  94. d168442 Proper cauldron rendering by CJ Kucera · 13 years ago
  95. 394a8a6 Initial blockdefs for some other new things by CJ Kucera · 13 years ago
  96. e284b86 Air Portal blocks by CJ Kucera · 13 years ago
  97. 3927a1e I guess I'll do a little prerelease of 3.4.0, in an attempt to see if performance is still good for folks by CJ Kucera · 13 years ago XRAY_3_4_0_PRE1
  98. b890cf5 Shading for blocks so things look much better. This has created some issues with ore highlighting, though by CJ Kucera · 13 years ago
  99. 61d6614 Slime-spawning chunk highlighting by CJ Kucera · 13 years ago
  100. 1411c3d Rendering of chunk borders by CJ Kucera · 13 years ago