Adam Stachowicz
95d2e4d02b
Revert "update mac install ( #51 )" ( #58 )
8 years ago
galaxyhaxz
e81f721148
Add debug to make
...
Type `make debug` to use.
8 years ago
galaxyhaxz
a925dbb413
Update Makefile
8 years ago
Tanner Donovan
e488eca732
update mac install ( #51 )
8 years ago
galaxyhaxz
5e8bb2e5bb
Add icon, improve makefile, fix debugger ( #50 )
8 years ago
galaxyhaxz
4d2a1e55dd
Update README.md
8 years ago
Tanner Donovan
008f92e536
add install instructions for mac ( #49 )
8 years ago
Adam Stachowicz
a71ff341f6
Enable OSX build for Travis CI ( #44 )
8 years ago
Cengiz Can
68422d2f39
Makefile should clean *.lib files & as.exe needs linking ( #47 )
8 years ago
Leonard
7e5bed4fb5
Makefile: Use just one makefile; improvements ( #29 )
8 years ago
galaxyhaxz
5f31783b0c
Upload Cross-ref spreadsheet
8 years ago
Adam Stachowicz
474c75fb4c
Basic support for Travis build ( #34 )
8 years ago
galaxyhaxz
49a6f4f9fc
Add include guards, prepare for XRef ( #28 )
...
Add definitions, other junk.
8 years ago
galaxyhaxz
5772426a7c
Fix required files
8 years ago
galaxyhaxz
007b642e52
Fix makefile for linux 2
8 years ago
galaxyhaxz
67f8485217
Fix makefile for Linux
8 years ago
galaxyhaxz
fb10d2e7b2
Added FAQ section, newcomers read ( #22 )
...
Update debug document.
8 years ago
galaxyhaxz
bf7fe24d0f
Add notes about windowed mode
8 years ago
galaxyhaxz
3baba7633e
Add installing and troubleshooting to readme
...
Also fixed a typo and missing debug features. Woohoo, god mode!
8 years ago
galaxyhaxz
2ed8daf35d
Final typos of the IPL enum
8 years ago
galaxyhaxz
1012269c1c
Fix typos
8 years ago
galaxyhaxz
7ee880f968
Fixed typos
8 years ago
galaxyhaxz
b9ab0d30ba
Fix typos in enum
8 years ago
galaxyhaxz
bb01c6f084
Remove the "fear factor" ( #21 )
...
Snakes, spiders, Demons, what scares you?
8 years ago
Adam Stachowicz
c9e06db3cb
Update README.md ( #18 )
8 years ago
galaxyhaxz
be56d934ee
Fix compilers that use DirectX8+
8 years ago
galaxyhaxz
f238649103
Fix decompilation of init
...
This function could crash if the compiler optimized the stack--fixed
8 years ago
galaxyhaxz
4bd40e4ffe
Mingw makefile fix
8 years ago
galaxyhaxz
eb838b6df2
Fixed last known crashing issue, also themes
...
This one finally fixes it so theme rooms spawn properly
8 years ago
galaxyhaxz
d28ae62576
Add note for future reference
8 years ago
galaxyhaxz
67ebc1f2af
No more crashing!
8 years ago
galaxyhaxz
3915a64457
Clean up the readme and add support ( #16 )
...
* Update README, appfat, add support
8 years ago
galaxyhaxz
f98ee885ce
Fix white pixel glitch in light radius
...
How funny, just a simple signage issue :P
8 years ago
galaxyhaxz
195096196d
Fix issue #2001 White pixel glitch
8 years ago
galaxyhaxz
2d3f493691
Fix automap zooming and drawing
8 years ago
galaxyhaxz
c0ff5066b0
Fix whitespace
8 years ago
galaxyhaxz
d6dca67194
Fix whitespace
8 years ago
galaxyhaxz
ede77ad7dc
Fix whitepsace
8 years ago
galaxyhaxz
98a129b03a
Fix issue #2005
8 years ago
galaxyhaxz
6eca91b2d8
Better screenshot
8 years ago
galaxyhaxz
083833d589
Fix item swapping deleting the item
8 years ago
galaxyhaxz
d3a117adef
Fix issue #2002
8 years ago
galaxyhaxz
ade35fb4a4
Fixed decompilation, game can now be played start to finish ( #15 )
...
Fix Lazurus seals, dropping items, and Shrine spawning.
8 years ago
galaxyhaxz
0db106a5b4
Add support for Visual C++ 5.10 ( #12 )
...
* Update stuff
8 years ago
galaxyhaxz
539e544563
Merge pull request #10 from mewpull/memset32
...
Implement memset32 and fix compilation errors for storm.h
8 years ago
galaxyhaxz
2f7cab237f
Compatible for both VS and GNU
...
VS doesn't have stdint.h. (Yeah it's kinda outdated :P)
8 years ago
mewmew
a441cc00df
Implement memset32 and fix compilation errors for storm.h
...
Now Golem works on Linux as well.
---
Source/../defs.h: In function ‘void memset32(void*, unsigned int, size_t)’:
Source/../defs.h:35:8: error: expected ‘(’ before ‘{’ token
__asm {
^
Source/../defs.h:36:3: error: ‘mov’ was not declared in this scope
mov ecx, n
---
Source/../3rdParty/Storm/Source/storm.h:1300:15: error: conflicting declaration of C function ‘int SNetGetProviderCaps(_SNETCAPS*)’
int __stdcall SNetGetProviderCaps(struct _SNETCAPS *);
---
Source/../3rdParty/Storm/Source/storm.h:1297:18: error: conflicting declaration of C function ‘void* SNetRegisterEventHandler(int, void (__attribute__((__stdcall__)) *)(_SNETEVENT*))’
void * __stdcall SNetRegisterEventHandler(int,void (__stdcall*)(struct _SNETEVENT *));
---
Source/../3rdParty/Storm/Source/storm.h:1299:15: error: conflicting declaration of C function ‘int SNetInitializeProvider(long unsigned int, _SNETPROGRAMDATA*, _SNETPLAYERDATA*, _SNETUIDATA*, _SNETVERSIONDATA*)’
int __stdcall SNetInitializeProvider(unsigned long,struct _SNETPROGRAMDATA *,struct _SNETPLAYERDATA *,struct _SNETUIDATA *,struct _SNETVERSIONDATA *);
---
Source/multi.cpp:1046:75: error: cannot convert ‘_SNETPROGRAMDATA*’ to ‘client_info* {aka _client_info*}’ for argument ‘2’ to ‘BOOL SNetInitializeProvider(DWORD, client_info*, user_info*, battle_info*, module_info*)’
8 years ago
galaxyhaxz
4e106c76d4
Merge pull request #9 from galaxyhaxz/work
...
Fixed most crashes and corrected a few structs
8 years ago
galaxyhaxz
bf2b23fc71
Fixed golem, now works perfect
8 years ago
galaxyhaxz
616df28d05
Fixed crashing and inaccurate Cathedral generation
8 years ago