-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WIP] Fix #215 - Remove quack library usage Not currently working, but progress has been made: * cargo update * flate (deprecated) -> flate2 * os::MemoryMap -> mmap * rustc-serialize 0.2.8 -> 0.3.x * range(a, b) -> a..b * old_io -> io * Other misc changes. Add Mapper associated type. Latest Changes. Revert some trait changes. This removes some of the changes I made while trying to understand what was going on. In its current form, the code is certianly *not* correct, but it's more correct than it was (BlockStates<R> vs BlockStates for example). Fix misc errors Thanks @eddyb! Fix AsRawFd, WindowSettings builder pattern. Fix window use. Fix pub/mut in several places. Add NbtReaderError type for NbtReader to simplify errorr handling. Fix all warnings and errors Make changes as suggested by @eddyb Linux build works now. Fix Windows build. Changes to the retep998 branch of mmap and adds libc from crates.io to deal with rust-lang/rust#24450. Change Frame -> Output Remove assets zip (oops) Remove superfluous map.
- Loading branch information
Showing
10 changed files
with
419 additions
and
308 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.