Anders Jenbo
|
8ac54ddcaa
|
Make mpqapi_write_file_contents C compatible
|
7 years ago |
Sergey Semushin
|
f3f29cf0a9
|
Clean up mpqapi_write_file_contents.
|
7 years ago |
Sergey Semushin
|
536b1b58aa
|
Clean up OpenMPQ (with goto)
|
7 years ago |
Anders Jenbo
|
a55d2a811f
|
Clean up mpqapi.cpp
|
7 years ago |
Anders Jenbo
|
2270bad1b9
|
Correct type of dwChar in mpqapi.cpp
|
7 years ago |
Robin Eklind
|
2bc0fe09d8
|
mpqapi_alloc_block bin exact (#1250)
|
7 years ago |
Sergey Semushin
|
af687e8fd8
|
Clean up mpqapi_flush_and_close.
|
7 years ago |
Sergey Semushin
|
ae8a6cd5b8
|
Clean up mpqapi_store_creation_time.
|
7 years ago |
Sergey Semushin
|
b0e75bc028
|
Clean up mpqapi_store_modified_time.
|
7 years ago |
Anders Jenbo
|
11b6b1f860
|
Remove more garbage
|
7 years ago |
Anders Jenbo
|
758c6ac377
|
Fix save games
|
7 years ago |
Anders Jenbo
|
ee1f79dae7
|
Clean up mpqapi.cpp
|
7 years ago |
Anders Jenbo
|
2215013f08
|
Clean up mpqapi_reg_load_modification_time
|
7 years ago |
Anders Jenbo
|
4752f30b25
|
Clean up mpqapi_remove_hash_entry
|
7 years ago |
Anders Jenbo
|
46dfa53bf2
|
Clean up mpqapi_new_block
|
7 years ago |
Anders Jenbo
|
87713db9ab
|
Clean up mpqapi_get_hash_index
|
7 years ago |
Anders Jenbo
|
0fa0f89659
|
Clean up mpqapi_add_file
|
7 years ago |
Anders Jenbo
|
c9199f1229
|
Clean up mpqapi_find_free_block
|
7 years ago |
Anders Jenbo
|
8af652c4e1
|
Clean up mpqapi_parse_archive_header
|
7 years ago |
Anders Jenbo
|
0d36767304
|
Clean up mpqapi_write_header
|
7 years ago |
Anders Jenbo
|
b797cdf0cf
|
Use INVALID_HANDLE_VALUE
|
7 years ago |
galaxyhaxz
|
3a636fdcc6
|
Add missing functions for MI_Dummy (#1004)
|
7 years ago |
Anders Jenbo
|
55a0396f8f
|
Clean up mem_free_dbg style
|
7 years ago |
galaxyhaxz
|
540892ff9d
|
Preliminary support for fixed header files
|
7 years ago |
Anders Jenbo
|
c0ec5a134c
|
Clean up mpqapi_can_seek
|
7 years ago |
Anders Jenbo
|
bdc8786542
|
Clean up mpqapi_write_hash_table
|
7 years ago |
Anders Jenbo
|
e0d3a5f9f0
|
Clean up mpqapi_write_block_table
|
7 years ago |
galaxyhaxz
|
4e01e03711
|
Cleanup default calling conventions
|
7 years ago |
Anders Jenbo
|
5c22841071
|
Apply MAX_PATH
|
7 years ago |
Anders Jenbo
|
d2174e3454
|
Apply code style
|
7 years ago |
JustAnotherGuid
|
96470993dc
|
mpqapi_close_archive clean-up (bin exact) (#822)
|
7 years ago |
JustAnotherGuid
|
fc5468db3c
|
mpq_rename bin exact
|
7 years ago |
JustAnotherGuid
|
2b561be90f
|
mpqapi_reg_load_modification_time bin exact - really
|
7 years ago |
JustAnotherGuid
|
51d6a71c87
|
mpqapi_reg_load_modification_time bin exact
|
7 years ago |
JustAnotherGuid
|
339c224a70
|
mpq_api_get_hash_index_of_path bin exact
|
7 years ago |
galaxyhaxz
|
5238265702
|
Implement assert support (#791)
|
7 years ago |
JustAnotherGuid
|
449cfd4497
|
mpqapi_write_file bin exact (#777)
|
7 years ago |
JustAnotherGuid
|
37bfbf556a
|
void __fastcall mpqapi_remove_hash_entries(BOOL(__stdcall *fnGetName)(DWORD, char *))
|
7 years ago |
JustAnotherGuid
|
820e70cd94
|
Clean-up mpqapi_reg_store_modification_time (#623)
* Clean-up AddChest.
* (Work in progress) Clean-up InitL1Triggers
* Clean-up InitL1Triggers (Binary-exact version)
* Add /FAs flag.
* Rebase
* Accidental add.
* Minor modifications.
* Clean-Up mpqapi_reg_store_modification_time.
* Change to DWORD.
|
7 years ago |
Anders Jenbo
|
2e32ac5ee0
|
Replaced 'long' by 'LONG' and 'unsigned long' by 'DWORD' (#576)
|
7 years ago |
JustAnotherGuid
|
694be2da8d
|
Clean-up mpqapi_set_hidden (#552)
* Clean-up mpqapi_set_hidden
Co-Authored-By: JustAnotherGuid <46401660+JustAnotherGuid@users.noreply.github.com>
|
7 years ago |
Anders Jenbo
|
77849aea72
|
Remove unused init (#533)
|
7 years ago |
Anders Jenbo
|
b5f69dccdc
|
C compatability from d-p (#519)
|
7 years ago |
Anders Jenbo
|
4a62a7c678
|
Code style
|
7 years ago |
Anders Jenbo
|
ab3a6208d2
|
Use "BOOLEAN" instead of "bool"
bool is not defined in C
|
7 years ago |
Anders Jenbo
|
b1f6d3698f
|
Update style to use tabs
|
7 years ago |
Anders Jenbo
|
c46d92be7a
|
Format save game related files
|
8 years ago |
Andrew Dunstan
|
22dc793b7d
|
Clean remaining pfile.cpp functions
full file is binary exact except for pfile_create_player_description (minor diff)
|
8 years ago |
squidcc
|
b9eca92474
|
pfile cleaning #2 (#373)
* clean GetSaveDirectory and pfile_read_hero
clean pfile_open_save_archive
clean pfile_archive_contains_game
clean pfile_get_player_class
clean pfile_get_file_name
clean GetTempSaveNames
clean GetPermSaveNames
clean pfile_update
clean pfile_init_save_directory
clean pfile_write_hero
clean pfile_open_archive
clean pfile_flush_W
* add stub for mpqapi_update_multi_creation_time
|
8 years ago |
squidcc
|
e2adda15ff
|
fix function declarations (and some cosmetic changes) in preparation for pfile cleanup (#351)
|
8 years ago |