issues
search
OutpostUniverse
/
OP2Utility
C++ library for working with Outpost 2 related files and tasks.
MIT License
4
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Fix typo in `expectedLength`
#399
DanRStevens
closed
3 years ago
0
Typo 'expectedLenth' instead of 'expectedLength' in TilesetLoader.cpp - Line 177
#398
TechCor8
closed
3 years ago
1
Allow detecting & reporting when v4 or v5 bitmap image headers are encountered
#397
Brett208
closed
3 years ago
0
Allow defining stream writer with rvalue when writing a custom bitmap to disk
#396
Brett208
closed
3 years ago
0
Indent function one less level
#395
Brett208
closed
3 years ago
0
Add ability to peek at stream to determine if it is a bitmap file or not
#394
Brett208
closed
3 years ago
0
Remove inline keyword from class function definitions
#393
Brett208
closed
3 years ago
0
Remove inline calls for functions that are already inline in class and struct header files
#392
Brett208
closed
3 years ago
0
Reorganize Stream unit tests
#391
Brett208
opened
3 years ago
0
Reader peek
#390
Brett208
closed
3 years ago
0
Fix SeekForward bug
#389
DanRStevens
closed
3 years ago
1
Slice seek backward bug
#388
Brett208
closed
3 years ago
1
Add Tileset header to master include
#387
Brett208
closed
3 years ago
0
Remove reference to Visual Studio 2017
#386
Brett208
closed
3 years ago
0
Update master include
#385
Brett208
closed
3 years ago
1
Global namespace try2
#384
Brett208
closed
3 years ago
0
Add global namespace OP2Utility
#383
Brett208
closed
3 years ago
5
Simplify function StringFrom
#382
Brett208
closed
3 years ago
0
Pre-reserve space in vector and use different loop format (InvertScanLines)
#381
Brett208
closed
3 years ago
0
BitmapFile scan line orientation
#380
Brett208
closed
3 years ago
3
Cast to larger sized type before performing arithmetic in ImageHeader
#379
Brett208
closed
3 years ago
0
Bitmap file tests using dynamic memory writer
#378
Brett208
closed
3 years ago
0
ConvertToUpper improvements
#377
Brett208
closed
3 years ago
0
std::move data out of DynamicMemoryWriter when GetReader called
#376
Brett208
opened
3 years ago
1
Add a Memory Reader that owns the buffer via std::move
#375
Brett208
opened
3 years ago
0
String from
#374
Brett208
closed
3 years ago
1
Allow clearing content of Stream::DynamicMemoryWriter
#373
Brett208
closed
3 years ago
1
Tileset validation type inconsistencies
#372
Brett208
closed
3 years ago
0
Fix syntax error in TilesetLoader.cpp
#371
Brett208
closed
3 years ago
1
Remove poorly worded source code comment from TilesetLoader.cpp
#370
Brett208
closed
3 years ago
0
Allow writing custom tilesets
#369
Brett208
closed
3 years ago
1
Provide RValue overloads for appropriate functions in TilesetLoader
#368
Brett208
closed
3 years ago
0
Use DynamicMemoryReader for Bitmap testing
#367
Brett208
closed
3 years ago
0
Read tileset
#366
Brett208
closed
3 years ago
2
Update map format to use bSavedGame bitfield
#365
Brett208
opened
3 years ago
0
Read custom tilesets
#364
Brett208
closed
3 years ago
0
Pass palette on bitmap creation
#363
Brett208
closed
3 years ago
0
Color swap improvements
#362
Brett208
closed
3 years ago
0
Provide function to validate a tileset
#361
Brett208
closed
3 years ago
0
Add function to check if file is of custom tileset format
#360
Brett208
closed
3 years ago
2
Seek beginning and end
#359
Brett208
closed
3 years ago
0
Add function to invert red and blue values of a color
#358
Brett208
closed
3 years ago
1
Rename OP2Bmploader
#357
Brett208
closed
3 years ago
1
Fix casing of word in source code comment
#356
Brett208
closed
3 years ago
0
Improve Bitmap Test Function name
#355
Brett208
closed
3 years ago
0
Palette type update
#354
Brett208
closed
3 years ago
2
Allow OP2BmpLoader to return image, layer, frame, and animation counts for each Sprite
#353
Brett208
closed
3 years ago
0
Allow initializing OP2BmpLoader using a stream
#352
Brett208
closed
3 years ago
1
Improve bmp loader palette logic
#351
Brett208
closed
3 years ago
0
Specify Image Height when Writing Pixels
#350
Brett208
closed
3 years ago
0
Next