Aaron Suen
|
6cf7c89236
|
Fix for sun/moon tonemaps: don't upscale 1px images.
|
2015-03-23 17:01:37 +10:00 |
|
Aaron Suen
|
837a2e1e5f
|
Fix composite textures with texture_min_size. Moved upscaling of textures to later in the process, when images are converted to textures, instead of right after image load, so the original image is unmodified for generateImagePart.
|
2015-03-22 01:31:01 +10:00 |
|
Aaron Suen
|
1e4fb80d46
|
Configurable automatic texture scaling and filtering at load time.
Signed off by: Zeno, kwolekr
|
2015-03-20 20:21:42 -04:00 |
|
Craig Robbins
|
ced6d20295
|
For usages of assert() that are meant to persist in Release builds (when NDEBUG is defined), replace those usages with persistent alternatives
|
2015-03-07 22:41:47 +10:00 |
|
Loic Blot
|
0d1eedcccc
|
Replace std::list to std::vector into tile.cpp (m_texture_trash) and move tile.hpp to src/client/
|
2015-03-05 11:59:40 +01:00 |
|
BlockMen
|
36e8ba9ce2
|
Fix some rendering glitches
- Fixes particle draworder
- Fixes nodehighlighting
|
2015-03-05 10:51:18 +01:00 |
|
Loic Blot
|
cf4045ff0f
|
Use proper CMakeLists.txt for network and client directories
|
2015-02-21 11:51:12 +01:00 |
|
Loic Blot
|
7880ff74b6
|
Re-apply 4a6582c13c36cab457b78f32338c6bb4ab9ea58b broken since 146f77fdb750833c649de7159a0833c398e14a4d
|
2015-02-14 09:21:04 +01:00 |
|
Loic Blot
|
146f77fdb7
|
main.cpp rework * Move ClientLauncher class to a dedicated file * ClientLauncher now owns print_video_modes and speed_tests functions (they are only called by him) * Move GameParams to shared/gameparams.h because it's shared between server and client and launcher need to know it * Move InputHandlers class to client/inputhandler.h * Cleanup includes
|
2015-02-12 15:00:03 +01:00 |
|