Lioncash
|
4d34589816
|
CDrawUtil: Make use of std::array
While we're at it, we can make several arrays constexpr.
|
2020-06-16 18:04:10 -04:00 |
|
Lioncash
|
332be356de
|
CIndexBuffer: Make use of size_t where applicable
Provides a nicer interface for operating with standard types, etc.
|
2020-06-14 18:29:39 -04:00 |
|
Lioncash
|
f5e9254c9a
|
CIndexBuffer: Make use of in-class initializers where applicable
|
2020-06-12 16:43:54 -04:00 |
|
Lioncash
|
721c4d8121
|
CIndexBuffer: Make constructor explicit
Prevents implicit constructions.
|
2020-06-12 16:41:47 -04:00 |
|
Lioncash
|
c929293789
|
CIndexBuffer: Mark member functions as const where applicable
These member functions don't alter internal state, so we can mark them
as const.
|
2020-06-10 19:33:50 -04:00 |
|
Aruki
|
2287b05bc3
|
Refactor so PWE compiles with the newly externalized LibCommon
|
2018-12-11 22:50:46 -07:00 |
|
parax0
|
82ad4fb5c8
|
Mass code cleanup
|
2016-03-27 13:09:38 -06:00 |
|
parax0
|
2db8d23516
|
Splitting Math into a separate subproject and adding FileIO as a PWE subproject
|
2015-12-16 14:39:51 -07:00 |
|
parax0
|
824d23efc1
|
Mass refactoring part 2/2: fixing include paths and project files
|
2015-12-14 19:07:22 -07:00 |
|
parax0
|
8805baaee1
|
Mass refactoring part 1/2: establishing multiple subprojects, moving source files to their new location, adding resources/templates to version control
|
2015-12-14 18:33:16 -07:00 |
|