1. 12 Mar, 2025 3 commits
  2. 10 Mar, 2025 4 commits
  3. 09 Mar, 2025 1 commit
  4. 08 Mar, 2025 2 commits
    • salix5's avatar
      read bit field with sqlite3_column_int64 (#2704) · 559c7277
      salix5 authored
      * read bit field with sqlite3_column_int64
      
      follow the standard conversion
      
      * handle all error code in v2
      
      * always finalize stmt in ReadDB
      
      * fix loop condition
      559c7277
    • salix5's avatar
      rename: GetLFListContent -> GetLFList (#2715) · d06a9096
      salix5 authored
      * update DeckManager::GetLFListContent
      
      * change DeckBuilder::filterList into const LFList*
      
      * update Game::DrawThumb
      
      * rename: GetLFListContent -> GetLFList
      
      * update the signature of DeckManager::GetLFListName
      
      * change code to unsigned
      d06a9096
  5. 03 Mar, 2025 8 commits
  6. 02 Mar, 2025 2 commits
  7. 01 Mar, 2025 1 commit
  8. 28 Feb, 2025 2 commits
  9. 24 Feb, 2025 1 commit
  10. 23 Feb, 2025 2 commits
  11. 22 Feb, 2025 11 commits
  12. 21 Feb, 2025 1 commit
  13. 17 Feb, 2025 1 commit
    • salix5's avatar
      CGUIImageButton inherit from IGUIButton (#2666) · d2c5bc2f
      salix5 authored
      * update the header file of CGUIImageButton
      
      * CGUIImageButton inherit from IGUIButton
      
      * copy implementation from irrlicht 1.8.5
      
      * remove ClickTime, HoverTime, FocusTime
      
      only used in CGUIButton::draw
      
      * remove CGUIButton.h
      d2c5bc2f
  14. 16 Feb, 2025 1 commit