This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
OpenTTD
Watch
1
Star
0
Fork
0
You've already forked OpenTTD
mirror of
https://github.com/OpenTTD/OpenTTD
synced
2026-01-18 09:52:44 +01:00
Code
Issues
Releases
Wiki
Activity
Files
b52f778f20cb2f3e431921030ee387fe30e82ab1
OpenTTD
/
src
/
video
History
Peter Nelson
7b717fcccb
Codechange: Replace AllocatorProc with SpriteAllocator class.
...
This allows for state to be passed to or maintained by the allocator.
2024-05-30 20:16:28 +01:00
..
cocoa
Fix: Implement support for secure state coding on macOS
2024-05-23 19:32:29 +02:00
allegro_v.cpp
…
allegro_v.h
…
CMakeLists.txt
…
dedicated_v.cpp
…
dedicated_v.h
…
null_v.cpp
…
null_v.h
…
opengl.cpp
Codechange: Replace AllocatorProc with SpriteAllocator class.
2024-05-30 20:16:28 +01:00
opengl.h
Codechange: Replace AllocatorProc with SpriteAllocator class.
2024-05-30 20:16:28 +01:00
sdl2_default_v.cpp
…
sdl2_default_v.h
…
sdl2_opengl_v.cpp
…
sdl2_opengl_v.h
…
sdl2_v.cpp
Fix
#12608
: SDL keycode to vkey mapping
2024-05-07 18:33:29 +02:00
sdl2_v.h
…
sdl_v.cpp
Fix
#12608
: SDL keycode to vkey mapping
2024-05-07 18:33:29 +02:00
sdl_v.h
…
video_driver.cpp
…
video_driver.hpp
…
win32_v.cpp
Codechange: Use L"" instead of _T("") (
#12703
)
2024-05-20 17:34:22 +00:00
win32_v.h
…