v-gulevitc
a708dc75ee
added macOS support
2023-12-11 15:51:38 +03:00
MihailRis
ee38f8a426
zero window size on iconified fix
2023-12-11 00:01:44 +03:00
Nelonn
eba062f750
Доработал файл сборки и поправил создание окна для macOS
2023-12-10 16:22:25 +03:00
Denis Sova
88cb6bb481
Fix window on fullscreen
2023-12-09 15:19:38 +03:00
MihailRis
1d73c0bd9f
Added FOV and mouse sensitivity settings
2023-12-05 14:47:46 +03:00
MihailRis
20ff8f71bf
Window title fix
2023-12-04 21:20:50 +03:00
A-Lex-Ra
911e828602
refactor Events
2023-12-03 23:24:52 +06:00
MihailRis
1d5037893c
General refactor
2023-11-30 04:30:40 +03:00
MihailRis
5accfe18c9
glfwInit errors logging
2023-11-29 23:57:44 +03:00
MihailRis
f62279e46a
Added glfw and glew errors logging
2023-11-29 23:37:34 +03:00
MihailRis
693ad6d9a7
GLFW_OPENGL_PROFILE set to GLFW_OPENGL_ANY_PROFILE
2023-11-29 18:04:14 +03:00
MihailRis
b1d432413a
scissor test fix
2023-11-28 12:50:06 +03:00
MihailRis
c08c31b0ad
day-night loop, dynamic skybox, clock on debug panel
2023-11-28 11:01:22 +03:00
MihailRis
79a9513e4c
Multiple monitors window fullscreen fix
2023-11-26 21:51:42 +03:00
@clasher113
446edff4c4
Window fullscreen toggle & saving size
2023-11-25 20:01:43 +02:00
MihailRis
be807535f5
Panels scrolling, scissors test fix
2023-11-23 13:36:24 +03:00
@clasher113
efdc494aaf
BlocksRenderer light compressing & fix
2023-11-22 19:35:56 +02:00
@clasher113
a48af43008
Revert "BlocksRenderer light conpressing & fix"
...
This reverts commit 13a96413922ce46e32e03bb1606a8512117521bf.
2023-11-22 19:18:03 +02:00
@clasher113
13a9641392
BlocksRenderer light conpressing & fix
2023-11-22 19:15:26 +02:00
MihailRis
9629135791
small fix
2023-11-20 22:32:01 +03:00
@clasher113
69139c162a
Win32 keyname implementation
2023-11-20 12:32:06 +02:00
MihailRis
c712c2239f
Added missing keycodes
2023-11-20 06:48:30 +03:00
MihailRis
e04abe79d8
inputtype::button renamed to inputtype::mouse
2023-11-20 06:39:42 +03:00
MihailRis
3eb6e82631
Added missing key names
2023-11-20 06:35:23 +03:00
MihailRis
4ea7bda249
PagesControl, refactor
2023-11-20 03:31:18 +03:00
MihailRis
9051db3526
bindings, controls.json file
2023-11-19 22:37:15 +03:00
MihailRis
5175c9be92
Minor refactor and fixes
2023-11-16 10:53:34 +03:00
MihailRis
b03bcb5191
Menu screen prototype, refactor
2023-11-16 03:00:05 +03:00
MihailRis
fee25abb5e
Refactor: added Screen interface class, LevelScreen
2023-11-15 21:18:10 +03:00
MihailRis
3723cf491f
Added screenshot feature (F2 key)
2023-11-13 15:01:41 +03:00
MihailRis
7fe2a057c6
Fixed Windows build errors
2023-11-12 05:25:32 +03:00
MihailRis
63b5f4bc6b
Refactor and fixes
2023-11-12 02:44:02 +03:00
MihailRis
e48e41c99a
Added pause menu, new F3 debug panel, fogCurve setting
2023-11-11 15:35:27 +03:00
MihailRis
5c2ff83e7d
Added more keycodes to window/input
2023-11-09 23:50:13 +03:00
MihailRis
b0ccc5fd68
Removed GLFW references from player_control.cpp
2023-11-09 01:52:10 +03:00
MihailRis
82ee2e9d2f
Added missing files
2023-11-09 01:21:19 +03:00
MihailRis
1d9fc44482
Decreased GL,GLFW presence out of Window module
2023-11-09 01:19:44 +03:00
MihailRis
086f04af39
GLFW-related update & -lstdc++fs
2023-11-09 00:14:33 +03:00
MihailRis
8b322ea9eb
Added Chunks.resize method
2023-11-06 10:01:42 +03:00
MihailRis
754c5b80d0
voxels renderer rebuilt, WorldFiles fix
2023-11-02 13:23:52 +03:00
MihailRis
5954369744
Windows compile fixes
2023-10-24 09:56:56 +03:00
MihailRis
4f20abe7ea
Warning fixes, refactor
2023-09-19 23:25:17 +03:00
lllzebralll
f04bac6b43
добавленно частичное сглаживание
2022-12-01 20:37:30 +03:00
zebra
815aa90489
func name fix
2022-11-08 10:51:13 +03:00
MihailRis
8a073e4e8a
world-wide commit to ruin everything
2022-10-28 22:44:32 +03:00
MihailRis
f569378b88
Chunks render moved to ChunksLoader
2022-06-29 19:30:23 +03:00
MihailRis
88c1695903
Flipped UI, minor changes
...
Flipped UI, removed extra Batch2D, added comments and minor changes
2022-06-29 14:03:36 +03:00
MihailRis
1770acbfef
Audio module, simple text rendering
2022-03-20 23:48:21 +03:00
MihailRis
667eb6bab5
Added Events::finalize
2022-03-08 21:01:36 +03:00
MihailRis
1a00a11917
All changes made for 10th part of tutorial
...
voxel_engine.cpp - changed structure, added character controls, physics
almost all files are modified (including shaders)
+ new source directory - physics
2021-08-04 01:45:04 +03:00