Tropical
|
63d216a672
|
fix: add remaining std:: namespaces
|
2026-03-08 22:44:00 +01:00 |
|
Tropical
|
a4592c5f82
|
fix: missed some dynamic_pointer_cast calls in Common
|
2026-03-08 22:44:00 +01:00 |
|
Tropical
|
66248339e5
|
refactor: unglob std::dynamic_pointer_cast
|
2026-03-08 22:44:00 +01:00 |
|
Tropical
|
39a359ca56
|
fix: remove some unintended changes to DirectX library comments
|
2026-03-08 22:44:00 +01:00 |
|
Tropical
|
5045acb86e
|
fix: unglob everything else and make it build
|
2026-03-08 22:44:00 +01:00 |
|
Tropical
|
a2e6957383
|
fix: unglob std::{min, max}, manual stuff
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
cce3b0fdfe
|
refactor: unglob std::deque
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
a05a15eb73
|
fix: stupid
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
a744f8f471
|
refactor: deglob std::weak_ptr
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
6e56e07c6b
|
refactor: unglob std::pair
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
78ba464b8a
|
refactor: unglob std::list
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
a4ce19d004
|
fix: unglob all of /Build/Common
|
2026-03-08 22:43:59 +01:00 |
|
Tropical
|
663ba5e7e9
|
chore: remove boost from .gitignore
|
2026-03-08 22:43:44 +01:00 |
|
Tropical
|
9a1e4e7752
|
refactor: byebye using namespace std
shoo
|
2026-03-08 22:43:44 +01:00 |
|
Tropical
|
31ba56f277
|
refactor: unglob std::type_info
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
6c4c3a9c94
|
refactor: unglob std::unordered_set
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
4516cf2e30
|
refactor: unglob std::enable_shared_from_this
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
6260238f5e
|
refactor: unglob std::(w)ostream
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
40d039c962
|
refactor: unglob std::endl
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
5fad08b9fd
|
refactor: begin unglobbing std::vector
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
d2e8a0f9f5
|
chore: resolve some void* memset cast warnings
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
cff2fc5f44
|
refactor: unglob std::wstring
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
c571014bc9
|
refactor: unglob std::unordered_map
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
8812c3967b
|
refactor: unglob std::shared_ptr
|
2026-03-08 22:43:43 +01:00 |
|
Tropical
|
7975f5c3c0
|
docs: update README to better represent scope
|
2026-03-08 22:40:55 +01:00 |
|
Tropical
|
b0d0457f7d
|
docs: undo accidental comment replacement
|
2026-03-08 22:39:41 +01:00 |
|
Tropical
|
bcbaa98f90
|
fix: more replacement mistakes
|
2026-03-08 22:39:41 +01:00 |
|
Tropical
|
95c26f69cf
|
fix: undo some mistakes
|
2026-03-08 22:39:40 +01:00 |
|
Tropical
|
052a656673
|
fix: remove byte type alias
|
2026-03-08 22:39:40 +01:00 |
|
Tropical
|
7c0bd2fbbd
|
refactor(build): make lld optional and recommend clang/llvm in README
|
2026-03-08 22:39:40 +01:00 |
|
Tropical
|
43a28fc490
|
Merge pull request #71 from 4jcraft/refactor/no-std-wildcard
refactor: remove `using namespace std`
|
2026-03-08 10:09:33 -05:00 |
|
Tropical
|
a08ac38d8a
|
docs: add horizontal rule for consistency
|
2026-03-07 09:46:50 -06:00 |
|
Tropical
|
99be070f5a
|
docs: update README to better represent scope
|
2026-03-07 09:43:47 -06:00 |
|
Tropical
|
ab5d355967
|
Merge pull request #87 from zukrmn/fix/compiler-warnings
fix: resolve all remaining compilation warnings
|
2026-03-07 08:50:10 -06:00 |
|
Tropical
|
4b888e85c2
|
Merge pull request #91 from zukrmn/build/add-llvm-toolchain-docker
build(docker): add clang for llvm compilation support
|
2026-03-07 08:36:29 -06:00 |
|
Tropical
|
06ca3c6b78
|
fix: add remaining std:: namespaces
|
2026-03-06 23:51:37 -06:00 |
|
Tropical
|
deaeef7f7d
|
fix: missed some dynamic_pointer_cast calls in Common
|
2026-03-06 22:30:39 -06:00 |
|
Tropical
|
ed551d8658
|
refactor: unglob std::dynamic_pointer_cast
|
2026-03-06 22:13:29 -06:00 |
|
Tropical
|
3832982eff
|
fix: remove some unintended changes to DirectX library comments
|
2026-03-06 21:23:59 -06:00 |
|
Tropical
|
e0479e90b4
|
fix: unglob everything else and make it build
|
2026-03-06 21:06:31 -06:00 |
|
Tropical
|
04ff82ba70
|
fix: unglob std::{min, max}, manual stuff
|
2026-03-06 20:47:11 -06:00 |
|
Tropical
|
967ffbb2a6
|
refactor: unglob std::deque
|
2026-03-06 20:41:22 -06:00 |
|
Tropical
|
653a2c4289
|
fix: stupid
|
2026-03-06 20:39:58 -06:00 |
|
Tropical
|
6131826226
|
refactor: deglob std::weak_ptr
|
2026-03-06 20:38:50 -06:00 |
|
Tropical
|
e506b8fe7a
|
refactor: unglob std::pair
|
2026-03-06 20:37:41 -06:00 |
|
Tropical
|
e918160231
|
refactor: unglob std::list
|
2026-03-06 20:37:02 -06:00 |
|
Tropical
|
277e3a1e87
|
fix: unglob all of /Build/Common
|
2026-03-06 20:31:41 -06:00 |
|
Tropical
|
77ac64d9e1
|
chore: remove boost from .gitignore
|
2026-03-06 12:29:19 -06:00 |
|
Tropical
|
c79904f326
|
Merge branch 'dev' into refactor/no-std-wildcard
|
2026-03-06 12:25:36 -06:00 |
|
Tropical
|
bc7d4ff1d8
|
refactor: byebye using namespace std
shoo
|
2026-03-06 12:16:41 -06:00 |
|
Tropical
|
2ed4b1fe9e
|
refactor: unglob std::type_info
|
2026-03-06 12:14:56 -06:00 |
|
Tropical
|
0855e6ddf4
|
refactor: unglob std::unordered_set
|
2026-03-06 12:13:01 -06:00 |
|
Tropical
|
49d02788c0
|
refactor: unglob std::enable_shared_from_this
|
2026-03-06 12:04:16 -06:00 |
|
Tropical
|
f3ac01c76e
|
refactor: unglob std::(w)ostream
|
2026-03-06 12:02:08 -06:00 |
|
Tropical
|
b9d67d14af
|
refactor: unglob std::endl
|
2026-03-06 11:59:50 -06:00 |
|
Tropical
|
7c95bfc0bd
|
refactor: begin unglobbing std::vector
|
2026-03-06 11:58:11 -06:00 |
|
Tropical
|
ac9f3cbca3
|
chore: resolve some void* memset cast warnings
|
2026-03-06 11:55:28 -06:00 |
|
Tropical
|
cdc08700e4
|
refactor: unglob std::wstring
|
2026-03-06 11:50:22 -06:00 |
|
Tropical
|
41db813a6d
|
Merge branch 'dev' into refactor/no-std-wildcard
|
2026-03-06 11:42:05 -06:00 |
|
Tropical
|
ecf7fc7f61
|
refactor: unglob std::unordered_map
|
2026-03-06 11:29:36 -06:00 |
|
Tropical
|
67ceccf2d4
|
refactor: unglob std::shared_ptr
|
2026-03-06 11:20:45 -06:00 |
|
Tropical
|
79404297d1
|
docs: remove mention of discord server unavailability
|
2026-03-06 11:07:07 -06:00 |
|
Tropical
|
6778dc7f92
|
refactor(build): make lld optional and recommend clang/llvm in README
|
2026-03-06 10:26:49 -06:00 |
|
Tropical
|
0dd1654dec
|
docs: undo accidental comment replacement
|
2026-03-06 05:13:40 -06:00 |
|
Tropical
|
b8c4e96409
|
fix: more replacement mistakes
|
2026-03-06 05:09:17 -06:00 |
|
Tropical
|
6c56d884e5
|
fix: undo some mistakes
|
2026-03-06 05:06:27 -06:00 |
|
Tropical
|
15af35eef2
|
fix: remove byte type alias
|
2026-03-06 05:03:37 -06:00 |
|
Tropical
|
29cc47183f
|
Merge remote-tracking branch 'origin/dev' into create-juicey-app/dev
|
2026-03-06 03:43:13 -06:00 |
|
Tropical
|
edb475212c
|
docs: clarify that Common needs to be at the cwd
|
2026-03-06 02:38:40 -06:00 |
|
Tropical
|
546042c8b1
|
docs: remove redundant sentence about windows crosscompilation
|
2026-03-06 02:03:22 -06:00 |
|
Tropical
|
29346e056c
|
chore: nuke CMake and visual studio solutions
bye
|
2026-03-06 02:01:20 -06:00 |
|
Tropical
|
ab6387ea7e
|
docs: clarify binary location
|
2026-03-06 01:55:06 -06:00 |
|
Tropical
|
50f433b932
|
docs: add lld install instructions
|
2026-03-06 01:52:26 -06:00 |
|
Tropical
|
35b0781f47
|
docs: add instructions to hard reset builddir
|
2026-03-06 01:33:29 -06:00 |
|
Tropical
|
379d7d9ee5
|
docs: move running section below
|
2026-03-06 01:30:48 -06:00 |
|
Tropical
|
09721f8c91
|
docs: add instructions for checking GCC version
|
2026-03-06 01:29:03 -06:00 |
|
Tropical
|
261cc68aa2
|
Merge pull request #58 from JadeHarleyFan413612/dev
Update CMakeLists.txt
|
2026-03-06 01:25:06 -06:00 |
|
Tropical
|
1a8a969ef8
|
docs: update README with new build instructions
|
2026-03-06 01:24:25 -06:00 |
|
Tropical
|
953d7257d3
|
Merge branch 'dev' of https://github.com/create-juicey-app/4jcraft-juicefork into juice-dev
|
2026-03-06 00:18:34 -06:00 |
|
Tropical
|
7baf1cbfa1
|
refactor: clean up meson build scripts, use in-tree zlib
|
2026-03-06 00:17:31 -06:00 |
|
Tropical
|
0c31a7a943
|
fix: include all missing files in Common
This resolves all non-C4J linker errors.
|
2026-03-04 19:40:23 -06:00 |
|
Tropical
|
17a9762122
|
fix: properly define MAX_CREDIT_STRINGS for linux
|
2026-03-04 19:39:16 -06:00 |
|
Tropical
|
35f5167c3b
|
fix: use win64 platformIdx for intro UIScene
|
2026-03-04 19:39:02 -06:00 |
|
Tropical
|
ced8eed69b
|
fix: LocalPlayer.cpp include capitalization
|
2026-03-04 19:38:45 -06:00 |
|
Tropical
|
5cf845ad1b
|
fix: Entity::tlsIdx shouldn't be WIN32-specific
|
2026-03-04 19:38:28 -06:00 |
|
Tropical
|
4c770ce4c3
|
fix: add extra Tile constants for __linux__
|
2026-03-04 19:38:00 -06:00 |
|
Tropical
|
3b234ca659
|
fix: resolve warnings on TUImagePaths
|
2026-03-04 18:28:34 -06:00 |
|
Tropical
|
b4833bf7c2
|
fix: use single-argument RenderManager::Clear
|
2026-03-04 18:26:00 -06:00 |
|
Tropical
|
ef4c61c6df
|
fix: use orbis strings for now since they have IDS_CONTENT_RESTRICTION
|
2026-03-04 18:25:03 -06:00 |
|
Tropical
|
1eac848d3d
|
fix: remove hardcoded win64 app includes
|
2026-03-04 18:24:32 -06:00 |
|
Tropical
|
7cb82626fa
|
fix: why was this commented
|
2026-03-04 18:05:13 -06:00 |
|
Tropical
|
8a9b2fd336
|
fix: link Minecraft.World to Minecraft.Client on linux
|
2026-03-04 16:01:49 -06:00 |
|
Tropical
|
e51f77df7f
|
fix: improve some linker errors
|
2026-03-03 20:33:38 -06:00 |
|
Tropical
|
e9ecef480d
|
fix: correctly declare wchAttrNameA as const in GameRuleManager
|
2026-03-03 19:50:47 -06:00 |
|
Tropical
|
d79b1ba555
|
fix: resolve a lot of conversion warnings
|
2026-03-03 19:33:12 -06:00 |
|
Tropical
|
7ae4b9f0a7
|
fix: inline iggy stubs
|
2026-03-03 18:16:52 -06:00 |
|
Tropical
|
7abf08a804
|
refactor: remove a bunch of linux-specific ifndefs
Now that we're stubbing winapi through stdafx, these need to go.
|
2026-03-03 18:16:42 -06:00 |
|
Tropical
|
4d9a1c73e6
|
fix: the usual
|
2026-03-03 16:31:29 -06:00 |
|
Tropical
|
f996e7096f
|
fix: SnowManRenderer include, define INFINITE from winapi
|
2026-03-03 16:23:46 -06:00 |
|
Tropical
|
4c3afed824
|
refactor: remove the need for gl_stubs.h
|
2026-03-03 16:22:01 -06:00 |
|