Eugene Sandulenko
224e3fee5f
HPL1: Rename Hpl1::set:: to Hpl1::Set:: namespace
2022-12-23 14:04:21 +01:00
grisenti
e68551b516
HPL1: replace std::multimap -> Hpl1::std::multimap
2022-12-23 14:04:14 +01:00
grisenti
81138eb006
HPL1: replace std::map with Hpl1::std::map
2022-12-23 14:04:13 +01:00
grisenti
fe212f664d
HPL1: replace std::multiset with Hpl1::std::multiset
2022-12-23 14:04:12 +01:00
grisenti
4181cc7ae1
HPL1: replace std::set with Hpl1::std::set
2022-12-23 14:04:12 +01:00
grisenti
a373f201d5
HPL1: replace std::vector with Common::Array
2022-12-23 14:04:11 +01:00
grisenti
4c6c678769
HPL1: replace std::(w)string usage in engine code
2022-12-23 14:04:09 +01:00
grisenti
4cd3902fb0
HPL1: replace std::list with Common::List
2022-12-23 14:04:08 +01:00
D G Turner
1334e8f901
HPL1: Fix Incorrect STL Vector Resize Method Call in GUI Code
...
The resize() method parameter can not be NULL / nullptr when the value
type is not a pointer type i.e. std::vector<cGuiSkinFont *> mvFonts
is OK, but std::vector<cVector3f> mvAttributes is not.
This generates a GCC Compiler warning.
2022-12-23 14:04:06 +01:00
D G Turner
bffe62b1c1
HPL1: Fix Signed vs. Unsigned Comparison GCC Warnings in Text Box Widget
2022-12-23 14:03:59 +01:00
D G Turner
b4af807761
HPL1: Remove Unecessary Semicolons Causing GCC Compiler Warnings
...
These warnings are emitted when -Wpedantic is passed to GCC.
2022-12-23 14:03:57 +01:00
Paweł Kołodziejski
0ee8e7e915
HPL1: Fixed unused or shadow variables compiler warnings
2022-12-23 14:03:49 +01:00
Eugene Sandulenko
28746360b6
HPL1: Fix warnings
2022-12-23 14:03:48 +01:00
Paweł Kołodziejski
5c90f1612f
HPL1: Remove trailing semicolons
2022-12-23 14:03:47 +01:00
grisenti
76c540b1bf
HPL1: refactor LowLevelPicture class
2022-12-23 14:03:33 +01:00
grisenti
dfa544ae09
HPL1: replace font loading implementation
...
HPL1: remove missing header
2022-12-23 14:03:31 +01:00
grisenti
7d46984d84
HPL1: move LowLevelSystem implementation
2022-12-23 14:03:31 +01:00
Eugene Sandulenko
e41c214d40
HPL1: Fix more warnings
2022-12-23 14:03:30 +01:00
Eugene Sandulenko
93630a54a8
HPL1: Fix more warnings
2022-12-23 14:03:30 +01:00
grisenti
7f956b585b
HPL1: remove double license
2022-12-23 14:03:26 +01:00
grisenti
87d8541ba5
HPL1: improve formatting
2022-12-23 14:03:26 +01:00
grisenti
b35fd9d1b8
HPL1: add license header
2022-12-23 14:03:26 +01:00
grisenti
6c2973bf50
HPL1: add engine code
2022-12-23 14:03:25 +01:00