Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / cristicbz/rust-doom issues and pull requests

#100 - fix all clippy warnings

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#99 - run cargo-fmt

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#98 - replace try with ? everywhere

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#97 - use clap to parse arguments

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#96 - readme: remove notch reference & change wad link

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#95 - update to newest versions of deps

Pull Request - State: closed - Opened by cristicbz about 7 years ago

#94 - Game Crash when hitting any key

Issue - State: closed - Opened by BearzRobotics over 7 years ago - 3 comments
Labels: bug

#93 - Remove unused imports

Pull Request - State: closed - Opened by 0x647262 almost 8 years ago - 1 comment

#92 - Cargo: Compilation warnings

Issue - State: closed - Opened by 0x647262 almost 8 years ago

#91 - Feature: "screenshot map" command

Issue - State: open - Opened by JPLeBreton over 8 years ago - 1 comment
Labels: enhancement

#90 - cleanup: fix most clippy warnings

Pull Request - State: closed - Opened by cristicbz over 8 years ago

#89 - [meta] clippy warnings

Issue - State: closed - Opened by edward-san over 8 years ago - 3 comments
Labels: cleanup

#88 - Unreachable code branch

Issue - State: closed - Opened by Nashenas88 over 8 years ago - 3 comments

#87 - Build fails on OS X 10.11.4

Issue - State: closed - Opened by lewisde over 8 years ago - 2 comments
Labels: compat

#86 - Rare jumpy view rotation with left-right keyboard

Issue - State: closed - Opened by edward-san over 8 years ago - 2 comments
Labels: bug

#85 - Simplify vectors to cut down on compile-time

Pull Request - State: closed - Opened by cristicbz over 8 years ago

#84 - make arrow keys turn rather than strafe

Pull Request - State: closed - Opened by cristicbz over 8 years ago

#83 - Unify in one Cargo project and update dependencies

Pull Request - State: closed - Opened by cristicbz over 8 years ago

#82 - Update README to include player-wall collisions.

Pull Request - State: closed - Opened by cristicbz over 8 years ago

#81 - Typo in Cargo.toml

Issue - State: closed - Opened by zhipeng-jia almost 9 years ago - 1 comment

#80 - Fix unit variant pattern match warning

Pull Request - State: closed - Opened by cristicbz almost 9 years ago

#79 - gfx: Allow to resize game window

Pull Request - State: closed - Opened by JIghtuse almost 9 years ago - 5 comments

#78 - Peg Cargo.toml to specific versions

Pull Request - State: closed - Opened by cristicbz almost 9 years ago

#77 - cargo crate registry error: 'SDL' linked with two different versions.

Issue - State: closed - Opened by edward-san almost 9 years ago - 5 comments

#76 - Re-reform Vector types

Issue - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#75 - Collisions!

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#74 - Let Left/Right key rotate left/right instead of strafing

Issue - State: closed - Opened by edward-san about 9 years ago - 2 comments
Labels: enhancement

#73 - Update gfx Cargo.toml to use crates.io SDL2_ttf

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#72 - Update README to mention SDL2_ttf.

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#71 - Add flying support.

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#70 - Add text rendering and help message

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#69 - Arm GLES / OpenGL 1.x compatibility

Issue - State: closed - Opened by MagaTailor about 9 years ago - 6 comments
Labels: enhancement, compat

#68 - Lighting and SRGB fixes, add visit_marker to LevelVisitor

Pull Request - State: closed - Opened by cristicbz about 9 years ago - 1 comment

#67 - Armv7 build fails

Issue - State: closed - Opened by MagaTailor about 9 years ago - 1 comment

#66 - Add visitor BSP support.

Pull Request - State: closed - Opened by cristicbz about 9 years ago - 1 comment

#65 - Unspecific error message when `doom.toml` is missing

Issue - State: closed - Opened by klingtnet about 9 years ago - 4 comments
Labels: bug

#64 - Move shaders to 140 and GL to 3.1 on Linux

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#63 - Fix some fallout from rustfmt

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#62 - fixed a good number of clippy warnings

Pull Request - State: closed - Opened by llogiq about 9 years ago - 6 comments

#61 - Add BSP specific visitor methods.

Issue - State: closed - Opened by cristicbz about 9 years ago
Labels: enhancement

#60 - Run rustfmt

Pull Request - State: closed - Opened by steveklabnik about 9 years ago - 4 comments

#59 - Remove nightly stuff from README

Pull Request - State: closed - Opened by cristicbz about 9 years ago

#58 - "Could not create GL context" error on startup for GL 3.0

Issue - State: closed - Opened by edward-san about 9 years ago - 13 comments
Labels: compat

#57 - Run rustfmt

Pull Request - State: closed - Opened by steveklabnik about 9 years ago - 5 comments
Labels: cleanup

#56 - Freedoom support

Issue - State: closed - Opened by Calinou about 9 years ago - 2 comments
Labels: question

#55 - Note about nightly usage in the README unnecessary

Issue - State: closed - Opened by skade about 9 years ago - 2 comments
Labels: bug, docs

#54 - Impossible to find -lSDL2 for /usr/bin/ld

Issue - State: closed - Opened by k0pernicus about 9 years ago - 14 comments
Labels: invalid, compat

#53 - Split level builder into walker and visitor

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#52 - Improve error handling and robustness

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#51 - Migrate to glium

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#50 - Random cleanup

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#49 - Rewrite vector types

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#48 - Update dependencies and clean up lock file

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#47 - Switch to `sudo:false` in Travis and build on all trains

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#46 - Fix one off animation bug (after master push -f)

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: bug

#45 - Remove unsafe code due to binary serialisation

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: cleanup

#44 - Fix one-off animation bug

Pull Request - State: closed - Opened by cristicbz about 9 years ago
Labels: bug

#43 - Compilation error in wad crate with rust 1.5 nightly

Issue - State: closed - Opened by edward-san about 9 years ago - 1 comment
Labels: compat

#42 - Update screenshots with new aspect ratio.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#41 - Actually introduce aspect ratio correction.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#40 - Introduce aspect ratio correction

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#39 - Updated dependencies.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#38 - Fixed WAD tests.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#37 - Cleaned up game crate.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#36 - World should be stretched vertically by 20%

Issue - State: closed - Opened by linguica over 9 years ago - 2 comments
Labels: enhancement

#35 - Big cleanup and modernization

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#34 - Fixed jarring movement on stairs.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#33 - Added fake contrast. Fixes #32.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#32 - Need to add "fake contrast"

Issue - State: closed - Opened by linguica over 9 years ago - 5 comments
Labels: enhancement

#31 - Update README and screenshot.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#30 - Update to newest versions of deps.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#29 - Change gitignore to ignore all wads.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#28 - Stop bumping player's head against sky

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#27 - Fix for rustc 1.2.0-nightly (9ad0063a1 2015-06-20).

Pull Request - State: closed - Opened by anryko over 9 years ago - 1 comment
Labels: bug

#26 - Build failed on rustc 1.2.0-nightly (9ad0063a1 2015-06-20)

Issue - State: closed - Opened by anryko over 9 years ago - 2 comments
Labels: compat

#25 - Adds more dynamic player movement

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#24 - Add basic sprite rendering

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: enhancement

#23 - Fix long running off-by-one animation bug.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#22 - Fixed missing sky bug and wrong pegging issue.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#21 - Greatly simplify shaders

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#20 - Changed camera transform cache.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#19 - Fix rotation matrix computation and use it.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: bug

#18 - Remove globs and other cleanup.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#17 - SDL2 Update, Cargo.lock and Makefile enhancements.

Pull Request - State: closed - Opened by cristicbz over 9 years ago
Labels: cleanup

#16 - Upgrade to latest Rust

Pull Request - State: closed - Opened by bombless almost 10 years ago - 1 comment
Labels: cleanup

#15 - Rustup

Pull Request - State: closed - Opened by Ryman almost 10 years ago - 4 comments
Labels: cleanup

#14 - Rustup & Fix tests

Pull Request - State: closed - Opened by Ryman almost 10 years ago - 1 comment
Labels: cleanup

#13 - Linux: Failed to build in Arch Linux

Issue - State: closed - Opened by haved about 10 years ago - 3 comments
Labels: invalid, compat

#12 - Split into many libs

Pull Request - State: closed - Opened by cristicbz about 10 years ago
Labels: cleanup

#11 - Vertex shader compilation failed

Issue - State: closed - Opened by jadbox about 10 years ago - 2 comments
Labels: invalid

#10 - Err value: couldn't open file'

Issue - State: closed - Opened by jadbox about 10 years ago - 6 comments
Labels: invalid

#9 - GLSL version 300 not supported

Issue - State: closed - Opened by JamesDunne about 10 years ago - 6 comments
Labels: compat

#8 - Linear-interpolated lighting

Pull Request - State: closed - Opened by JamesDunne about 10 years ago - 2 comments
Labels: enhancement

#7 - Improved lighting model

Pull Request - State: closed - Opened by JamesDunne about 10 years ago - 11 comments
Labels: enhancement

#6 - Error on ubuntu 14.04 with the Rust nightly

Issue - State: closed - Opened by druzn3k about 10 years ago - 8 comments
Labels: compat

#5 - Small Doom Wiki Request

Issue - State: closed - Opened by camgunz about 10 years ago - 1 comment
Labels: enhancement, docs

#4 - Fix a typo in README.md

Pull Request - State: closed - Opened by ivuk about 10 years ago - 1 comment
Labels: bug

#3 - I think you misspelled "version"

Issue - State: closed - Opened by ts95 about 10 years ago - 1 comment
Labels: bug, docs

#2 - Windows: Couldn't build on Windows 8 (gl-rs build fails)

Issue - State: closed - Opened by ubershmekel about 10 years ago - 3 comments
Labels: invalid, compat

#1 - Fixes for OS 10.10

Pull Request - State: closed - Opened by ghost about 10 years ago - 4 comments
Labels: bug