Tomasz Zieliński
|
f3c795462f
|
Remove comment which break the build
|
2023-05-20 17:08:44 +02:00 |
|
Warzyw647
|
031671056d
|
Merge branch 'develop' into rmg-no-monster-zone
|
2023-05-20 16:58:49 +02:00 |
|
Tomasz Zieliński
|
4e927f644d
|
Missing precompiled header
|
2023-05-20 15:41:03 +02:00 |
|
Tomasz Zieliński
|
b2b2798214
|
Use boost::thread instead of std::thread
|
2023-05-20 14:43:05 +02:00 |
|
Tomasz Zieliński
|
aa16f57b8a
|
Remove unused variables
|
2023-05-20 14:28:18 +02:00 |
|
Tomasz Zieliński
|
a8b882e5bb
|
Remove another pragma
|
2023-05-20 14:16:18 +02:00 |
|
Tomasz Zieliński
|
5ffbdb10ef
|
Another build fix
|
2023-05-20 14:07:16 +02:00 |
|
Tomasz Zieliński
|
e25448e7cd
|
Fix build on macos
|
2023-05-20 14:00:03 +02:00 |
|
Tomasz Zieliński
|
c7f4fe8243
|
Another compile fix.
|
2023-05-20 13:47:36 +02:00 |
|
Tomasz Zieliński
|
a1531b58db
|
More fixes
|
2023-05-20 13:38:14 +02:00 |
|
Warzyw647
|
5363fd5db3
|
Changing other enums to enum classes and adding comments with reasons for why some enums stay as enum-in-namespace.
|
2023-05-20 13:29:55 +02:00 |
|
Tomasz Zieliński
|
ae97912b1e
|
Fix warning
|
2023-05-20 13:23:27 +02:00 |
|
Tomasz Zieliński
|
91baa65c8c
|
Remove no longer needed synchronization that also fails to compile.
|
2023-05-20 13:15:46 +02:00 |
|
Ivan Savenko
|
956ff22e64
|
Merge pull request #2163 from IvanSavenko/adventure_map_zoom
Adventure map zoom
|
2023-05-20 13:35:53 +03:00 |
|
Ivan Savenko
|
867c5355da
|
Fix tower shooters animation updates
|
2023-05-20 13:11:52 +03:00 |
|
Tomasz Zieliński
|
219e897db0
|
Added missing files.
|
2023-05-20 12:02:30 +02:00 |
|
Tomasz Zieliński
|
67c0fbc240
|
Merge remote-tracking branch 'origin/develop' into parellel_rmg
# Conflicts:
# lib/rmg/modificators/WaterProxy.cpp
|
2023-05-20 11:59:39 +02:00 |
|
Tomasz Zieliński
|
15b254fded
|
Give every Zone its own RNG
|
2023-05-20 11:46:32 +02:00 |
|
Tomasz Zieliński
|
5da8c96214
|
Fix include paths
|
2023-05-20 11:45:08 +02:00 |
|
Tomasz Zieliński
|
ccaece9d71
|
Refactor mapController to use precalculated obstacle set.
|
2023-05-20 10:57:05 +02:00 |
|
Tomasz Zieliński
|
cf0515dcd3
|
Moved Modificators to separate folder
|
2023-05-20 10:17:37 +02:00 |
|
Tomasz Zieliński
|
5f99facd8f
|
Optimization - don't add multiple copies of Modificators which only need one instance.
|
2023-05-20 09:58:08 +02:00 |
|
Tomasz Zieliński
|
71f882d5ba
|
Refactored Functions.cpp, removed unused function.
|
2023-05-20 07:55:28 +02:00 |
|
Tomasz Zieliński
|
c27b8383e7
|
Cleanup
|
2023-05-20 07:23:00 +02:00 |
|
Tomasz Zieliński
|
02586214a1
|
Synchronize ConnectionPlacers
|
2023-05-20 07:06:27 +02:00 |
|
Michael
|
70bdec41a3
|
case-insensitive cheats
|
2023-05-20 01:14:06 +02:00 |
|
Ivan Savenko
|
6981848288
|
Better documentation & cleanup
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
a4000f2fc8
|
Removed isActive(int) method since its usages were redundant or wrong
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
c77f8482e3
|
Replaced event handling break system with key capturing
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
f4d67fe675
|
Restore SDL_main in CMT.cpp
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
e23dfec6c5
|
Fix SDL_Hints location
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
bb36336aed
|
Changed event queue to vector
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
0e70f2998f
|
SDL event handling is now done exclusively in input handler
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
5e86b00dda
|
Moved input handling from GuiHandler to set of classes in eventsSDL dir
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
5bd044521a
|
Added method descriptions
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
6012e0cb45
|
Minor code reorganization
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
ff1c94541f
|
Fix button interaction with hotkey & mouse
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
d5d0ca96a8
|
Minor fixes and cleanup
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
1f513fd280
|
Extracted event management from GuiHandler and CIntObject
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
008a1ebec4
|
split massive handleCurrentEvent method into per-event parts
|
2023-05-20 01:51:49 +03:00 |
|
Ivan Savenko
|
06b6f59107
|
Resolution selector will now correctly update in borderless window mode
|
2023-05-19 23:54:43 +03:00 |
|
Ivan Savenko
|
20ec747440
|
Do not show desktop-only options on mobile systems
|
2023-05-19 23:19:43 +03:00 |
|
Ivan Savenko
|
d18b240d6d
|
Added separate borderless & exclusive fullscreen options
|
2023-05-19 22:43:52 +03:00 |
|
Ivan Savenko
|
f2dfd6de42
|
Updated settings window to use new layouts & library
|
2023-05-19 22:43:52 +03:00 |
|
Ivan Savenko
|
7cbfd8117e
|
Implemented simple layout to simplify widget json definitions
|
2023-05-19 22:43:52 +03:00 |
|
Ivan Savenko
|
7cd898a87a
|
Implemented "customTypes" in UI json to reduce duplicated definitions
|
2023-05-19 22:43:52 +03:00 |
|
Tomasz Zieliński
|
72f8facc82
|
Fixed deadlock in WaterAdopter
|
2023-05-19 20:49:01 +02:00 |
|
Tomasz Zieliński
|
73d9f5bd0a
|
Parallel RMG works fine for maps without water.
|
2023-05-19 20:30:15 +02:00 |
|
krs
|
289a6da3d7
|
Merge fix for battlefield
|
2023-05-19 21:23:08 +03:00 |
|
krs
|
105dcf5a9f
|
Fixed white spaces
|
2023-05-19 21:14:01 +03:00 |
|