1. 04 Mar, 2018 3 commits
  2. 02 Mar, 2018 2 commits
  3. 24 Feb, 2018 3 commits
  4. 18 Feb, 2018 1 commit
  5. 12 Feb, 2018 1 commit
  6. 11 Feb, 2018 2 commits
  7. 10 Feb, 2018 4 commits
  8. 09 Feb, 2018 3 commits
  9. 04 Feb, 2018 1 commit
  10. 02 Feb, 2018 4 commits
  11. 28 Jan, 2018 1 commit
    • Dylam De La Torre's avatar
      Fix premake4 build for linux and enhancements (#7) · 630c7265
      Dylam De La Torre authored
      * fix premake4 build on Linux
      
      * linux premake4 build enhancement
      
      this commit enables the resulting ygopro executable
      able to search the missing .so libraries in the
      running directory.
      
      eliminates the need to install irrklang on the system
      as root and can also potentially be used to change
      the ocgcore without needing to recompile the GUI.
      
      * add .gitignore file
      630c7265
  12. 20 Jan, 2018 2 commits
  13. 12 Jan, 2018 5 commits
  14. 02 Jan, 2018 2 commits
    • edo9300's avatar
      Format and update CardNameCompare · 5a9b97b1
      edo9300 authored
      5a9b97b1
    • AlphaKretin's avatar
      Add wildcard support in deck edit (#6) · 3964308f
      AlphaKretin authored
      * Add wildcard support in deck edit
      
      If a search term contains `*`, the game will return results for which any text is in place of `*`.
      
      * Improve wildcard declaration
      
      ficks
      
      * Improve wildcard handling
      
      Can now detect multiple instances of character immediately after wildcard.
      
      For example, Dinomist Plesios has "Dinomist" in both its Pendulum Effect and Monster effect. Before, if you searched text that matched before `"*` in the Pendulum text, and after `*"` in the monster text, it would terminate on the `"` in the Pendulum text and not match, but now it keeps trying when it finds `"` again in the monster text and successfully matches.
      3964308f
  15. 27 Dec, 2017 1 commit
  16. 26 Dec, 2017 1 commit
  17. 25 Dec, 2017 4 commits