1. 02 Feb, 2018 4 commits
  2. 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
  3. 20 Jan, 2018 2 commits
  4. 12 Jan, 2018 5 commits
  5. 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
  6. 27 Dec, 2017 1 commit
  7. 26 Dec, 2017 1 commit
  8. 25 Dec, 2017 6 commits
  9. 24 Dec, 2017 1 commit
  10. 20 Dec, 2017 7 commits
  11. 19 Dec, 2017 5 commits
  12. 18 Dec, 2017 1 commit
    • mercury233's avatar
      fix · 5be4f32b
      mercury233 authored
      don't search lzma from path
      5be4f32b
  13. 17 Dec, 2017 1 commit
  14. 15 Dec, 2017 1 commit
  15. 14 Dec, 2017 2 commits