提交歷史

作者 SHA1 備註 提交日期
  Adrien Boucaud 846f9ea08e Added the sample of a pattern's initialisation. Will need to comment 12 年之前
  Adrien Boucaud 3ceee0b3af Added a basic level selection UI. Still a lot of work ahead (mainly graphical), but it's functionnal. 12 年之前
  Adrien Boucaud 1f5864c429 minor changes, a little bit of code cleaning 12 年之前
  Adrien Boucaud 2b537198cf Added a cool title animation :D 12 年之前
  Adrien Boucaud d6b83c0a54 Prepared the code for the title screen and menu implementation. Will need to do some sprites 12 年之前
  Adrien Boucaud b2ae0eb604 Added a few fixes in the state switching system 12 年之前
  Adrien Boucaud 678aec5d9b Started support for the start screen (initialisation and main loop modifications). 12 年之前
  Adrien Boucaud 264426019e Started implementing the Level support 12 年之前
  Adrien Boucaud 8d78b07711 Minor fixes, added some comments 12 年之前
  Adrien Boucaud a674f67dd8 The draw_player function now supports the line transitions. 12 年之前
  Adrien Boucaud 37b6ab009a Finally correctly implemented the transition when changing the number of lines. Currently only for the diagonals, but the changes are coming for the walls and the player. 12 年之前
  Adrien Boucaud 91b102f5a3 All drawing funtions take the number of lines into account. Don't set nb_lines over 32. 12 年之前
  Adrien Boucaud 39a9fa4727 Added nb_lines in Data, slightly modified a few functions prototypes. 12 年之前
  Adrien Boucaud d75719b820 Merge branch 'master' of https://github.com/Eiyeron/Super-Hexagon-Casio into REFACTOR 12 年之前
  Adrien Boucaud d99ac4f6fe Updated the .g1w projet file 12 年之前
  Adrien Boucaud 8fc3710bb0 Small change in struct.h 12 年之前
  Adrien Boucaud 76743a737f gitignore update 12 年之前
  Adrien Boucaud 2db8f0abee Small fix on the wall drawing code 12 年之前
  Adrien Boucaud 09608e9926 Fixed a few minor bug introduced by the merge. 12 年之前
  Adrien Boucaud b38ada9bd0 fixed an "unsigned float problem" 12 年之前
  Adrien Boucaud a7ead97bbc Merge branch 'zoom' into REFACTOR 12 年之前
  Adrien Boucaud 491a8b4a73 HUGE REFACTOR. The code is now more modular and based on a system of States 12 年之前
  Adrien Boucaud dd5e92918b Revert "BIG REFACTOR. The code is now modular, based on a system of states." 12 年之前
  Adrien Boucaud bb2152f5a5 BIG REFACTOR. The code is now modular, based on a system of states. 12 年之前
  Eiyeron cec126b5fd Added requested fix 12 年之前
  Eiyeron f6174d9cce Added zoom factor for visual trip 12 年之前
  Adrien Boucaud e4640a6634 Finished the firrst draft of the Level struct 12 年之前
  Adrien Boucaud ba2aa08064 Created the Level struct, and added a few components 12 年之前
  Adrien Boucaud 6502d128d3 Merge branch 'wallDraw' 12 年之前
  Adrien Boucaud 77bc410e89 Cleaned up the comments in wall.c 12 年之前