]> git.lizzy.rs Git - nothing.git/shortlog
nothing.git
2018-02-02 Alexey KutepovMerge pull request #100 from tsoding/76-customize-platf...
2018-02-02 reximMake goal colors customizable (#76)
2018-02-02 reximMake player color customizable (#76)
2018-02-02 reximMake platforms color customizable (#76)
2018-02-02 reximMake background color a part of the level file (#76)
2018-02-02 reximMove background coloring to the level level level ...
2018-02-02 Alexey KutepovMerge pull request #99 from tsoding/98-bright-backgroun...
2018-02-02 reximAdjust colors (#98)
2018-02-02 reximMake the player smaller (#98)
2018-02-02 reximAdjust colors of the background, player and platforms...
2018-02-02 reximIntroduce color256 constructor (#98)
2018-01-27 Alexey KutepovMerge pull request #97 from tsoding/rect-constructor
2018-01-27 reximIntroduce a couple of rect constructors
2018-01-27 Alexey KutepovMerge pull request #96 from tsoding/93-pause-state
2018-01-27 reximRender everything blacknwhite when the game is paused...
2018-01-27 reximAdd color module (#93)
2018-01-27 reximPass rects to camera by value (#93)
2018-01-27 Alexey KutepovMerge pull request #95 from tsoding/87-triangle-renderi...
2018-01-27 reximMake triangle rendering funcs accept triangle_t (#87)
2018-01-26 Alexey KutepovMerge pull request #92 from tsoding/90-remove-goal...
2018-01-26 reximRemove the wave state (#90)
2018-01-26 reximAdjust goal position (#90)
2018-01-26 reximRemove wave goal (#90)
2018-01-26 Alexey KutepovMerge pull request #91 from tsoding/88-triangle-renderi...
2018-01-26 reximFix triangle rendering artifacts (#88)
2018-01-25 Alexey KutepovMerge pull request #86 from tsoding/84-equilateral
2018-01-25 reximGet rid of pragma once (#84)
2018-01-25 reximLink TODO(#87)
2018-01-25 reximAdd TODO (#84)
2018-01-25 Alexey KutepovMerge pull request #85 from tsoding/79-fill-triangle
2018-01-25 reximMake the goal equilateral (#84)
2018-01-25 reximRemove TODO (#79)
2018-01-25 reximImplement fill_triangle (#79)
2018-01-24 Alexey KutepovMerge pull request #81 from tsoding/78-abstract-out...
2018-01-24 reximAbstract out camera rectangle transformations (#78)
2018-01-24 reximAbstract out camera point transformations (#78)
2018-01-24 reximMove all of the private camera functions down (#78)
2018-01-23 Alexey KutepovMerge pull request #80 from tsoding/link-todos
2018-01-23 reximLink TODO(#79)
2018-01-23 reximLink TODO(#78)
2018-01-23 Alexey KutepovMerge pull request #77 from tsoding/74-triangular-goal
2018-01-23 reximMake the goal triangular (#74)
2018-01-21 Alexey KutepovMerge pull request #75 from tsoding/goal-hide-trigger...
2018-01-21 reximMake goals hide when player hitbox overlaps the hiding...
2018-01-21 reximasserts and const modifier
2018-01-21 reximImplement rects_overlap function
2018-01-21 reximRename rect_int_area -> rects_overlap_area
2018-01-21 Alexey KutepovMerge pull request #73 from tsoding/72-oop-conventions
2018-01-21 reximRename update_player -> player_update (#72)
2018-01-21 reximRename render_player -> player_render (#72)
2018-01-21 reximRename render_platforms -> platforms_render (#72)
2018-01-21 reximRename save_platforms_to_file -> platforms_save_to_file...
2018-01-21 reximRename is_game_over -> game_over_check (#72)
2018-01-21 reximDocument OOP conventions (#72)
2018-01-19 Alexey KutepovMerge pull request #71 from tsoding/64-goal-hiding
2018-01-19 reximSeparate goal rendering into several procedures (#64)
2018-01-19 reximMake platforms a little bit colder (#64)
2018-01-19 reximExtract player jump power into a magic constant (#64)
2018-01-19 reximReduce the interval between goal's waves (#64)
2018-01-19 reximIncrease the player's jump power (#64)
2018-01-19 reximFocus player at the center of the screen again (#64)
2018-01-19 reximAdjust the main goal a little bit (#64)
2018-01-18 reximMake the goal hide on entering the region (#64)
2018-01-18 reximAdd region support to svg2rects (#64)
2018-01-18 Alexey KutepovMerge pull request #70 from tsoding/65-glow-wave
2018-01-18 reximMake goals emit "glowing" wave (#65)
2018-01-18 reximEnable alpha blending for SDL renderer (#65)
2018-01-18 Alexey KutepovMerge pull request #69 from tsoding/67-camera-too-low
2018-01-18 reximUpdate gif in the README (#66)
2018-01-18 reximPut the camera a little bit higher (#67)
2018-01-18 reximImprove scaling behaviour of the camera (#67)
2018-01-17 Alexey KutepovMerge pull request #63 from tsoding/58-goal
2018-01-17 reximLink TODO(#64) and TODO(#65)
2018-01-16 Alexey KutepovMerge pull request #62 from richardbraun/master
2018-01-16 reximAdd TODO about goal glow (#58)
2018-01-16 reximAdd TODO about level hiding mechanism (#58)
2018-01-16 Richard Braunlt: make the RETURN_LT and RETURN_LT0 safer
2018-01-16 reximMake goals a part of the level format (#58)
2018-01-16 reximMake goals_t entity actually support multiple goals...
2018-01-16 reximMake the platforms grey
2018-01-16 reximRename goal -> goals (#58)
2018-01-16 reximAdd the goal entity (#58)
2018-01-16 Alexey KutepovMerge pull request #60 from tsoding/55-scale-depend...
2018-01-16 reximImplement dynamic scaling for the camera (#55)
2018-01-16 reximMake the junctions overlap (#55)
2018-01-10 Alexey KutepovMerge pull request #57 from tsoding/creative-session
2018-01-10 reximLevel design
2018-01-10 reximAdd inotifyTools to default.nix
2018-01-10 Alexey KutepovMerge pull request #52 from ear/patch-1
2018-01-10 Alexey KutepovMerge pull request #54 from tsoding/creative-session
2018-01-10 reximLink TODO(#55)
2018-01-10 reximAdd TODO for camera scaling
2018-01-10 reximImplement the camera zoom
2018-01-10 earadd `make watch`
2018-01-10 reximFirst level design prototype
2018-01-10 reximReload only platforms in the level
2018-01-10 reximFix NPE in LT implementation
2018-01-10 reximReload with r, duh
2018-01-05 Alexey KutepovMerge pull request #51 from tsoding/rects2svg-support...
2018-01-05 reximSupport player position for rects2svg script
next