1. 27 Dec, 2024 1 commit
    • Chen Bill's avatar
      Replay: add read/write template (#2637) · cc18709f
      Chen Bill authored
      * Replay: add read/write template
      
      * Replay: remove WriteInt8, WriteInt16
      
      * use int32_t in WriteInt32
      
      * remove ReadInt8, ReadInt16
      
      * use int32_t in ReadInt32
      
      * update ReadData
      
      * add ReadHeader
      
      * use array index
      cc18709f
  2. 24 Dec, 2024 2 commits
  3. 21 Dec, 2024 3 commits
  4. 19 Dec, 2024 1 commit
  5. 17 Dec, 2024 1 commit
  6. 15 Dec, 2024 1 commit
  7. 14 Dec, 2024 1 commit
  8. 13 Dec, 2024 1 commit
  9. 12 Dec, 2024 3 commits
  10. 07 Dec, 2024 2 commits
  11. 06 Dec, 2024 1 commit
  12. 05 Dec, 2024 1 commit
  13. 04 Dec, 2024 1 commit
  14. 03 Dec, 2024 1 commit
  15. 30 Nov, 2024 7 commits
  16. 21 Nov, 2024 1 commit
  17. 16 Nov, 2024 6 commits
  18. 14 Nov, 2024 1 commit
  19. 13 Nov, 2024 1 commit
  20. 07 Nov, 2024 2 commits
  21. 06 Nov, 2024 2 commits
    • Chen Bill's avatar
      SUDA setcode (#2610) · b93d3b16
      Chen Bill authored
      b93d3b16
    • Chen Bill's avatar
      remove wcscpy, wcscat (#2602) · 48b01b83
      Chen Bill authored
      * use wcsncpy
      
      * fix FileSystem::TraversalDir
      
      * avoid wcscat
      
      * remove wcscat
      
      * add BufferIO::CopyWideString
      
      * struct Config: path string changed to wchar_t[256]
      
      * Revert "use wcsncpy"
      
      This reverts commit b05e0c96.
      
      * check lastcategory, lastdeck
      
      * fix Game::LoadConfig
      
      max length of filename should be determined by file system
      
      * remove wcscpy
      
      * use BufferIO::CopyWideString
      
      * fix UpdateDeck
      
      * myfilesystem: use std functions
      
      * DataManager: fix GetNumString (#2603)
      
      * DataManager: fix FormatAttribute, FormatRace
      
      * update FormatAttribute, FormatRace
      
      * DataManager: fix FormatType
      
      * update FormatType
      
      * DataManager: fix FormatSetName
      
      * DataManager: fix FormatLinkMarker
      
      * merge
      
      * DataManager: fix GetNumString
      
      * rebuild class ustring16 from edopro version
      
      * add stringw conversion
      
      core::stringw in current version does not have data()
      
      * add CGUITTFont::drawUstring
      
      * use drawUstring
      
      * update DrawShadowText
      
      * fix Game::lpcstring
      
      * fix DuelInfo::vic_string
      
      * add PACK_MAX_SIZE
      
      * add IsExtension (#2604)
      
      * CGUITTFont: use override
      
      * ustring16: only accept basic_string
      48b01b83