Skip to content
This repository has been archived by the owner on Jul 13, 2020. It is now read-only.

Tags: mrfearless/EEexLoader

Tags

1.0.0.21

Toggle 1.0.0.21's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
Updated DisplayMessage to better indicate error message and error cod…

…e. Add MEM_RESERVE flag to VirtualAllocEx to fix ERROR_INVALID_PARAMETER which most likely was in fact ERROR_INVALID_ADDRESS (https://stackoverflow.com/questions/8688137/remote-thread-is-failing-on-call-to-loadlibrary-with-error-87)

1.0.0.20

Toggle 1.0.0.20's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
Ensure exit if in console mode frees console and sends enter key

1.0.0.19

Toggle 1.0.0.19's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
Tidy up EEex.exe loader by removing command line parameter for log fi…

…le - this is handled in EEex.dll now.

Added a check to verify if EE game executable is 32bit or 64bit and to display an error message if 64bit is detected (which would require a 64bit version of EEex.exe loader and 64bit version of EEex.dll)

1.0.0.18

Toggle 1.0.0.18's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.18 - patch SDL_LogMessageV to EEexSDL_LogMessageV to allow log…

…ging output to EEex.log file as well. Added PeakNamedPipe call in EEex.exe to check if anything to process thus preventing ReadFile from hanging once EE game has closed

1.0.0.17

Toggle 1.0.0.17's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
- bugfix for EEex.dll not working after last revert - would crash for…

… some reason - so went back to backup source which worked.

1.0.0.16

Toggle 1.0.0.16's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.16 - revert adding lua libs (io, os and package) by linking st…

…atic lua library

1.0.0.15

Toggle 1.0.0.15's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.15 - add additional lua libs opened (io, os and package) by li…

…nking static lua library

1.0.0.13

Toggle 1.0.0.13's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.13

- Added console and log information for info, status or error (if started via command line)

1.0.0.12

Toggle 1.0.0.12's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.12

- Add optional command line option for a filename - to redirect EEex.exe piped output from EE game to the specified filename (if EE game started via command line)

1.0.0.11

Toggle 1.0.0.11's commit message

Verified

This commit was signed with the committer’s verified signature.
mrfearless fearless
v1.0.0.11

- Pipe EE game output if started via command line