2f74224a34
[programming challenge, SSN] today's changes
2012-05-12 17:59:32 +00:00
f5bb1f3ba3
[programming challenge] An experiment.
2011-12-28 18:00:43 +00:00
b41dd8d88c
[programming challenge] Unique names for recording files
2011-12-28 02:55:02 +00:00
2691fd62f4
[programming challenge] Don't dramatically crash upon illegal tatics movement.
2011-12-28 01:37:29 +00:00
67571d5823
[programming challenge] More fixes for paths. Logging AI name with PID in server logs.
2011-12-09 23:09:21 +00:00
c0637f333d
[programming challenge] Paths with spaces work (win).
2011-12-09 21:37:32 +00:00
85588b6bda
[programming challenge]
...
* stupid AI will print more info
* proper handling of too long processing of battle end calls
* doxygenized some comments
2011-12-03 23:40:56 +00:00
3fbaaac6d9
[programming challenge] Logs go to logs fodler.
2011-11-14 17:52:09 +00:00
8b6f0f699d
[programming challenge] More.
2011-11-10 13:03:45 +00:00
3fd579a433
Further changes for programming challenge environment.
2011-11-10 09:21:27 +00:00
696f85a2ed
* partially done checking memory limit for AIs
2011-10-23 17:13:14 +00:00
b18cbcbda7
* Linux build fixes
2011-10-23 13:53:37 +00:00
8de4a4aef2
Clients report their PIDs so the memory usage can be monitored.
2011-10-23 00:50:00 +00:00
92e508fe1f
Further changes for programming challenge.
...
* setting obstacles and creature params in duel config file
* handling arguments for Odpalarka
* handling runner + runner + runner + client scenario (memory measura AND visualziation)
2011-10-20 23:29:32 +00:00
94e7fa5b3c
Logging battle activites. Replaying battles with client.
...
Added an AI for answer validation (it returns junk action packets).
Minor fixes.
2011-10-06 20:55:19 +00:00
1282ad4573
Gracefully ending.
2011-09-29 13:42:07 +00:00
131b9d6e1a
Battle is run and result is stored.
2011-09-29 11:24:15 +00:00
96a5bdaa5b
Programming challenge - further preparations.
2011-09-28 17:58:06 +00:00
bdd66b6537
Zmiany do Programming challenge.
2011-09-27 21:54:40 +00:00
56bf3dc8ab
Replaced io_service()) with get_io_service(). Fixes bug #780 .
2011-08-04 23:49:32 +00:00
e494171de3
- several changes to get reusable code
...
- possibly fixed #725
- bug in random seed initializing?
2011-04-30 18:16:58 +00:00
b3ed75ab03
* first part of ERM parser
2011-03-19 17:06:46 +00:00
406b3e3f1c
* unnecessary code removed
2011-03-15 17:25:51 +00:00
af2c4633ad
* partially done duel mode
...
* program options parsing via boost::program_options
* Stupid AI - a stupid battle-only AI
* precompiled headers for server and Stupid AI on MSVC
2010-12-22 20:14:40 +00:00
49083c4e5a
* ConstTransitive CGI more or less done
...
* hch contents distributed to more appropriate folders
2010-12-20 21:22:53 +00:00
dbe38a7062
A few bug fixes and arious warning fixes: unused code/variables, out of order initializations, ...
2010-10-30 21:53:41 +00:00
daeb3af67a
Early changes towards MP support.
...
It's possible to connect several clients (running on localhost) and enter MP pregame. The actual MP game still not playable. (though it can be started)
2010-10-24 11:35:14 +00:00
4aa60cd40e
Minor changes.
2010-08-18 09:50:25 +00:00
a7d3c5fbca
* minor cleanups
2010-07-16 14:22:18 +00:00
ec6342d9a7
Serializer will now smartly send over network CArtifact* and CHero*. Unified handling of items stored in vector.
...
Started making support for Black Market / Artifact merchant.
2010-06-26 16:02:10 +00:00
8bda10b695
* Freelancer's Guild support (both town structure and adventure map object)
...
* fixed crashes on r-click on hero in tavern and adv map
* fixed descync issue
* allow free movement FROM guarded tile
2010-05-26 09:47:53 +00:00
adbc142ff0
* a bit of campaign support
2010-05-08 18:56:38 +00:00
0a950c508b
Grail digging and construction.
...
Minor fixes.
2010-02-24 13:03:36 +00:00
0078037df8
* compilation fixes for MSVC / minor changes
...
* CDefHandler::openFromMemory DOES NOT WORK! It seems to be design error, not windows specific.
Note: please write more C++-like code (declarations don't have to be in the beginning of block of code, use C++-style casts, follow our naming convention for structs / classes, don't write struct before structure's name etc.)
2009-10-14 12:44:44 +00:00
b02d4c1c2f
(linux) Manage one directory per user for save games and config.
2009-10-10 05:47:59 +00:00
fe7ef6bbe1
Smart map object serialization over net.
...
Fixed doubling click sound on map selection.
2009-10-06 00:32:33 +00:00
1609b8fdb9
Made all paths dependent on DATA_DIR, USER_DIR, BIN_DIR or LIB_DIR. Data access can now be separated from saved games and binaries.
...
Fixed a file handle leak.
Bumped revision to 0.74b (linux).
Reworked the build system to remove uneeded dependencies (linux).
Removed use of PATHSEPARATOR since Windows can use / too.
2009-10-04 02:02:45 +00:00
ee3c318ed9
Version for development release 0.73c
...
* version set to 0.73c, bumped save format version, updated changelog
* new stack queue for higher resolutions (needs new graphics!)
* improved stack ordering during battle
* many minor fixes
* temporarily disabled AI
2009-09-20 12:47:40 +00:00
78afb07f52
New, experimental crashhandler for windows (creates minidumps).
...
Several minor fixes and improvements.
2009-07-31 20:10:22 +00:00
a17936908a
* updated changelog
...
* version set to 0.72
* integrated save format version to the CLoadFile
* fixed problems on entering non-number as resolution number
* minor improvements
2009-06-01 22:31:11 +00:00
6635cf4f23
Made a few functions static or static inline.
2009-05-23 22:57:39 +00:00
429b226517
* moved a few files
2009-05-20 10:08:56 +00:00
90fd75e66c
* Removed trailing newline from settings.txt (caused warning)
...
* Sprite/Bitmap handlers moved to VCMI_Lib
* Moved volume sliders 1px down for better look
2009-05-09 16:18:27 +00:00
bb8e505ccd
* refactoring
2009-05-01 14:37:25 +00:00
f9ae91d88c
* further changes towards support for ranged spells
...
* added info about author & license in files
2009-04-15 14:03:31 +00:00
3d29c31deb
* further fight with hanged scroll tab
...
* fixed r-click on FoW crash
* fixed crash on opening tavern window after load
* fixed recruiting new heroes after load
* fixed crash on loading map with spell scrolls
* fixed more crashes
* displpaying difficulty level of saved game
* added support for Library of Enlightenment
* added notification when saving is done
2009-02-01 14:11:41 +00:00
f28c76984c
Really fixed the evil bug.
2009-01-30 22:23:13 +00:00
3474fdaf05
* save/load partially working
...
* Arena and Witch Hut support
* improved support for Resources
* minor fixes and changes
2009-01-10 22:08:18 +00:00
2d01e00284
Added some kind of simple chatting functionality through console. Implemented several WoG cheats equivalents:
...
* woggaladriel -> vcmiainur
* wogoliphaunt -> vcminoldor
* wogshadowfax -> vcminahar
* wogeyeofsauron -> vcmieagles
* wogisengard -> vcmiformenos
* wogsaruman -> vcmiistari
* wogpathofthedead -> vcmiangband
Minor changes.
2008-10-18 23:20:48 +00:00
ca1dbfe949
changed most of std::cout to tlogX
...
Alt+F4 quits the game
2008-09-19 12:09:15 +00:00