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-20 10:52:41 +01:00
Code
Issues
Releases
Wiki
Activity
Files
05b9b8765c0aada9277acaea61609ce59fb716f4
OpenTTD
/
src
/
video
History
Rubidium
e2b0ea1509
Codechange: use std::unique_ptr over MallocT/free for dedicated video memory
2025-01-14 21:43:37 +01:00
..
cocoa
Change: Use floats for tracking 2D scrolling
2024-12-14 15:43:31 +00:00
allegro_v.cpp
Codechange: Use std::ranges::find where possible.
2024-11-24 10:36:03 +00:00
allegro_v.h
…
CMakeLists.txt
Change: Remove support for SDL1.2. (
#13298
)
2025-01-09 20:43:52 +00:00
dedicated_v.cpp
Codechange: use std::unique_ptr over MallocT/free for dedicated video memory
2025-01-14 21:43:37 +01:00
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
Add: Implement 2D map scrolling under SDL2 (
#13167
)
2024-12-14 15:43:31 +00:00
sdl2_v.h
…
video_driver.cpp
…
video_driver.hpp
…
win32_v.cpp
Add: 2D map scrolling on win32 (
#13172
)
2025-01-08 11:09:39 -05:00
win32_v.h
…