Menu

Tree [9fd2a2] master /
 History

HTTPS access


File Date Author Commit
 Applications 2020-03-16 I like Serena (Ubuntu 18.04) I like Serena (Ubuntu 18.04) [9fd2a2] Fix RPATH + set version 0.3.4
 MoMControl 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [0ebfa8] Introduce better-enums and display actual skill...
 MoMModel 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [0ebfa8] Introduce better-enums and display actual skill...
 Platform 2020-03-14 I like Serena (Windows 10) I like Serena (Windows 10) [f2ae33] Eliminate psapi.dll introduced in 0.3.2 again
 QMoMCommon 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [ddcf15] Only load wizards.exe once for skill names
 QMoMDialogs 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [bb49ff] Fix cursor images in FONTS.LBX (column major)
 Resources 2020-03-10 I like Serena (Windows 10) I like Serena (Windows 10) [5655b7] Finish building tree + eliminate questionmark f...
 Utility 2020-03-12 I like Serena (Windows 10) I like Serena (Windows 10) [affab8] Get spell name from LBX
 asm 2013-12-30 I like Serena (Windows 7) I like Serena (Windows 7) [7d756e] Fix bug in GoldUpkeep + New DialogSelectRaces +...
 better-enums-0.11.2 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [0ebfa8] Introduce better-enums and display actual skill...
 giflib-5.0.4 2013-09-06 I like Serena (Windows 7) I like Serena (Windows 7) [d8fe12] More warnings
 scripts 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [0ebfa8] Introduce better-enums and display actual skill...
 xml 2012-09-08 I like Serena (Windows 7) I like Serena (Windows 7) [0bfa8e] HookMgr, incl. asm + Address calculator
 .gitignore 2020-03-10 I like Serena (Windows 10) I like Serena (Windows 10) [f211a7] .gitignore
 Common.pri 2020-03-16 I like Serena (Ubuntu 18.04) I like Serena (Ubuntu 18.04) [9fd2a2] Fix RPATH + set version 0.3.4
 Doxyfile 2012-03-14 unknown unknown [b004ce] Initial commit
 Makefile 2012-03-19 I like Serena (Linux) I like Serena (Linux) [ae8c77] Added make check
 MoMCore.pro 2020-03-12 I like Serena (Windows 10) I like Serena (Windows 10) [46d39e] Clean up build configurations
 MoMCustomizer.pro 2020-03-12 I like Serena (Windows 10) I like Serena (Windows 10) [46d39e] Clean up build configurations
 MoMTest.pro 2020-03-14 I like Serena (Windows 10) I like Serena (Windows 10) [f2ae33] Eliminate psapi.dll introduced in 0.3.2 again
 MoMTweaker.pri 2020-03-15 I like Serena (Windows 10) I like Serena (Windows 10) [0ebfa8] Introduce better-enums and display actual skill...
 MoMTweaker.pro 2020-03-16 I like Serena (Ubuntu 18.04) I like Serena (Ubuntu 18.04) [9fd2a2] Fix RPATH + set version 0.3.4
 README.txt 2020-03-07 I like Serena (Windows 10) I like Serena (Windows 10) [44efc0] Update README

Read Me

// ---------------------------------------------------------------------------
// Copyright:   2011-2020 Klaas van Aarsen
// License:     GPL
// Author:      I like Serena (aka Klaas van Aarsen)
// Created:     2011-04-03
// Modified:    2020-03-07
// ---------------------------------------------------------------------------

SUPPORTED PLATFORMS
===================
Windows
Linux

DEPENDENCIES
============
Qt          Needed for GUI components
perl        Needed to regenerate sources


DEPLOYING
=========
In both Windows and Linux you need the Qt dynamic libraries available.

In Windows you can do this by putting Qt5Core.dll, Qt5Gui.dll, and Qt5Widgets.dll in the same 
directory as the executables and any redistributables of the compiler as well.

In Linux you can do this by putting libQtCore.so, libQtGui.so, and libQtWidgets.so in 
the same directory as the executables and adding the current directory to 
the environment variable LD_LIBRARY_PATH.


BUILDING FROM SOURCES
=====================
1. Download QtCreator.
2. Open one of the projects, for instance Applications\MoMTweaker\MoMTweaker.pro.
3. Build & Run.
4. If you make changes to the structures that map to the game, you'll have 
   regenerate some sources:
        perl scripts/generate_code.pl
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.