* commit 6a4c6a8d37844a8263bad8537c4227f991ff2f05 | Author: Jeffrey Han | Date: Sat Jul 18 23:55:06 2015 -0500 | | Updating to version 0.10.1. | | Signed-off-by: Jeffrey Han | * commit 5dac21a5458bb2f3f963926f642a47d69628b72b | Author: Jeffrey Han | Date: Thu Jul 16 18:14:46 2015 -0500 | | Cursor trail now considers actual FPS (not target FPS). (fixes #109) | | Signed-off-by: Jeffrey Han | * commit 4e2074e41bc399c848850bfebc2af79b5579ed9a | Author: Jeffrey Han | Date: Sat Jul 11 10:51:52 2015 -0500 | | Show errors if any directories could not be created. (fixes #97) | | Signed-off-by: Jeffrey Han | * commit 05c7ac0a02d1f85927a39a0b7d29fb6ed31e9595 | Author: Jeffrey Han | Date: Thu Jul 9 11:59:53 2015 -0500 | | Minor follow-up to #108. | Set minimum OpenGL version for mmsliders to 3.0 (from 3.2) and removed an unused variable. | | Signed-off-by: Jeffrey Han | * commit 2be92ecdcaf1edbe9624afb01ae17ce6e3161cc5 |\ Merge: 26ab619 7941a70 | | Author: Jeffrey Han | | Date: Thu Jul 9 11:54:27 2015 -0500 | | | | Merge pull request #108 from Bigpet/viewport_fix | | | | Backup and restore the viewport size when rendering sliders | | | * commit 7941a70238ad2a54e5f69359e10e6ff0f7813eb6 | | Author: Peter Tissen | | Date: Thu Jul 9 18:37:39 2015 +0200 | | | | use EXT version of FBOs instead of the ARB version | | | | This doesn't actually make a difference in functionality. | | The issue is that the flashlight mod uses Slicks FBO functions which | | use the EXT version and Intel drivers generate the same FBO IDs twice | | if the EXT and ARB versions are mixed. | | | * commit 420f1fb02cbdbad90c28ed5c484f118e499d3fcd |/ Author: Peter Tissen | Date: Wed Jul 8 16:18:41 2015 +0200 | | Backup and restore the viewport size when rendering sliders. Needed because Slick tends to allocate offscreen buffers for itself only with power of two textures, so it will use another viewport when rendering to its own offscreen buffers. | * commit 26ab61910e051dfb1dac5b8258b70bcf7df7ac8e | Author: Jeffrey Han | Date: Tue Jul 7 19:03:54 2015 -0500 | | Added option to disable automatic checking for updates. | | Signed-off-by: Jeffrey Han | * commit 8b9e230fa75c3178f59dfee28ffbf2f127b589c3 | Author: Jeffrey Han | Date: Tue Jul 7 18:37:03 2015 -0500 | | Updated dependencies. | - LWJGL is now at the final 2.x release version. | - Slick2D is now at the final (?) release version. | - Added dependency for org.tukaani.xz, since it becomes optional in commons-compress 1.9 and is needed for LZMA compression. | | Signed-off-by: Jeffrey Han | * commit 47f682352dd65cb322fb02907af219ba5e882472 | Author: Jeffrey Han | Date: Sat Jul 4 23:29:46 2015 -0500 | | Updating to version 0.10.0. | | Signed-off-by: Jeffrey Han