1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-11-24 08:32:34 +02:00
Commit Graph

2716 Commits

Author SHA1 Message Date
Michał W. Urbańczyk
0ea7a46309 * new files (CAdvmapInterface.h and CAdvmapInterface.cpp)
* more player interface (but it's still beginning)
* int3 members public
* more usage of int3
* adjusted animation speed
* reversed changes from rev.165 in CPreGame - it wasn't bug, it just works so. That change was breaking a few things in CPreGame and was needless - Player ID == Player's Color. I thought it was obvious.
* minor stuff
2007-08-03 21:47:34 +00:00
mateuszb
9b5686b40c * choosing random creature generators
* fixed bug in CPreGame
2007-08-03 13:56:36 +00:00
mateuszb
41175b1d1f CREDEFS.TXT is REQUIRED!!!!!!!!!!!!!
DO NOT REMOVE!!!!!!!!!!!!!!!!!!!!!!!
2007-08-01 14:07:07 +00:00
mateuszb
95b3ad64d3 * choosing random towns
* some minor bugfixes and improvements
2007-08-01 14:06:04 +00:00
mateuszb
7789e9e01c small bugfix 2007-07-31 14:29:40 +00:00
mateuszb
9c5bc83b16 * displaying roads and static rivers
* small bugfix in reading map
* small bugfix in lod handler
* small upgrade in def handler (should work a bit faster and better)
2007-07-31 13:09:34 +00:00
Michał W. Urbańczyk
d1615be5ec * added CVidHandler for handling .vid files 2007-07-31 05:24:10 +00:00
mateuszb
b2d1b4f3e4 * handling Def 2 compression (may be a bit buggy)
* small improvement in int3 class
2007-07-30 12:49:38 +00:00
Michał W. Urbańczyk
b38a8c9557 * CPreGame's buttons less ugly
* fixed sorting maps
* minor stuff
2007-07-28 23:01:25 +00:00
Michał W. Urbańczyk
060dc4c785 * new files: CGameState.h and int3.h
* creature set now uses std::set
* int3 class - may be used for locations
* fixes crashbug in cpregame (state in HughButton not initialized)
* started making CTownInstance
2007-07-28 15:23:15 +00:00
Michał W. Urbańczyk
1380a7fd34 * New files - CGameInterface.h and CGameInterface.cpp - add them to your project
* Fixed several memory leaks
* Added support for player colors in CMessage (still need some work)
* Moved declarations of CPreGame buttons to CPreGame.h
* started making player interface (new button classes etc)
2007-07-28 09:44:10 +00:00
Ste
314fd8e20e * Fixed game crash when doing "NEW GAME" -> "SINGLE SCENARIO" -> "Show Advanced Options"
* Fixed bug. If you select town/hero and resource bonus and after that select random town the hero and bonus aren't set to random. Same for hero -> artifact bonus
 * Fixed two typos in error messages
2007-07-26 23:11:01 +00:00
Michał W. Urbańczyk
ffe3a757a6 Lacking files. 2007-07-26 12:00:18 +00:00
Michał W. Urbańczyk
af705a2c3a Removed unused files. 2007-07-26 00:33:00 +00:00
Michał W. Urbańczyk
4a5bdb5351 Minor bugfix. 2007-07-25 20:46:39 +00:00
Michał W. Urbańczyk
53da2c389c Added clickable and highlightable player flags in adv. options tab 2007-07-25 20:41:04 +00:00
Michał W. Urbańczyk
e2d9f8956e Start bonus choosing. 2007-07-25 13:57:10 +00:00
Michał W. Urbańczyk
40607240b4 Added hero selection (buggy) 2007-07-24 00:25:46 +00:00
Michał W. Urbańczyk
8cb1c3ff90 * new files (TownHandler) - add them to your project
* now you can choose castle in scenario options
* function blitAtWR works as blitAt, and refreshes destination rect
* vectorize function (on TowDragon's wish) - may be useful for debugging
* as always- minor bigfixes
2007-07-23 12:13:33 +00:00
Michał W. Urbańczyk
70d127486c Bugfixing and improving in PreGame. 2007-07-22 02:06:44 +00:00
Michał W. Urbańczyk
99c3b11d96 * removed post-TSI rubbish from nodrze
* HighButton is now main button class to inheriting
* more of advanced options screen 
* minor stuff
2007-07-20 23:37:12 +00:00
Michał W. Urbańczyk
bbbfce798c * reading 8. byte of player description from map header
* disabled loading creatures battle animations 
* fixed memory leaks (a few of many)
* creating default start options
* minor bugfix in main menu (slider wasn't removed)
* added txt file with portrait list
* reading heroes portraits
2007-07-19 23:38:11 +00:00
Michał W. Urbańczyk
db65d9ee15 * CLodHandler now stories entries in nodrze (much faster searching)
* CLodHandler init cleared up (a bit)
* giveDef optimized
* horizontal slider
* printAtMiddle updates corrrect rect
* adjusted shadows
* parts of advanced options menu 
* minor fixes/improvements
2007-07-17 20:51:49 +00:00
mateuszb
66ba3d0eab loading unit's battle animations; requires CREDEFS.TXT 2007-07-17 15:13:46 +00:00
mateuszb
cc67967051 reading some text files from lods, enabling object sorting 2007-07-16 14:42:44 +00:00
mateuszb
b65f1dae0f function to set palyer's color on flags, small improvements in CHeroHandler (e.g. removing nodrze and initializing hero's classes) 2007-07-16 10:03:54 +00:00
mateuszb
daec9ecca4 choosing random artifacts (complete) 2007-07-15 16:39:07 +00:00
mateuszb
21bbfda899 framerate keeper for main loop, working wersion of color converter (blue -> player's) and small tweak 2007-07-15 13:36:04 +00:00
mateuszb
bcc3b16f80 changing colors on surfaces (currently advanced version works only with 8 bit surfaces) 2007-07-14 15:24:42 +00:00
mateuszb
0bae692263 choosing random monsters and some artifacts, minor optimalization 2007-07-14 13:27:13 +00:00
mateuszb
073c82cb1d choosing random resuorces and some minor stuff 2007-07-13 15:10:27 +00:00
mateuszb
1896733ea6 small upgrade 2007-07-13 11:27:58 +00:00
Michał W. Urbańczyk
429b8dab98 * [bugfix] moving selected scenario with arrows 2007-07-13 10:30:34 +00:00
Michał W. Urbańczyk
70156a179b * [new] sorting maps in map selection screen (still may be buggy)
* minor improvements
2007-07-13 08:48:22 +00:00
mateuszb
eb688cf1d3 some minor impovements 2007-07-12 18:04:02 +00:00
mateuszb
217e98e345 less bugs and works faster 2007-07-12 11:41:31 +00:00
mateuszb
91a6f3cc6c częściowy revert, żeby choć teren dało się zaobaczyć
(it should work ;])
2007-07-11 18:24:10 +00:00
mateuszb
674f1f8a62 Ta, uniezależnij, a kto zrobi obsługę kompresji 2?
Uzależniłem co trzeba, jednak twój talent psucia znów się ujawnił - zamiast mapy dostaję czarne tło...

przy okazji drobny bugfix
2007-07-11 17:47:09 +00:00
Michał W. Urbańczyk
4e0cacff14 * [bugfix] nie zamula
* [new] uniezależnienie od rozprutego h3sprite.lod
2007-07-11 12:08:42 +00:00
Michał W. Urbańczyk
de13161f2e Dorbne optymalizacje 2007-07-11 11:21:37 +00:00
mateuszb
13e26679af już wszystko gra z defami 2007-07-11 11:02:17 +00:00
mateuszb
84e04dcd55 już jest trochę lepiej 2007-07-11 10:27:42 +00:00
Michał W. Urbańczyk
2ce01fa562 Więcej defhandlera wykorzystałem.
Jak Ci TERAZ będzie działać, to chyba oszaleję.
2007-07-11 09:37:28 +00:00
Michał W. Urbańczyk
44758582bb * [new] funkcja drukująca tekst wokół punktu
* [new] wycentrowanie kilku tekstów w wyborze scenariusza
* [bug] l.412 CPreGame.cpp --- po dodaniu się psuje, twoje ładowanie defów ciągle nie działa - popraw proszę, bo bez tego nic do menu nie zrobię...
2007-07-10 08:40:09 +00:00
Michał W. Urbańczyk
c1c15e9a1e * [bugfix] naprawa crashbuga przy wczytywaniu warunków porażki
* [bugfix] naprawa crashbuga przy zczytywaniu bohatera z portretem
* [bugfix] naprawa crashbuga przy zczytywaniu bohatera z wojskiem
* [bugfix] naprawa crashbuga przy zczytywaniu zdarzenia ze straznikami
* przełącznik w CMT decydujący czy ma wczytać mapę o ustalonej nazwie, czy też tę wybraną
* logi przy zczytywaniu oiektów, żeby widać bylo gdzie się psuje - jak wszystkie nie-ermowe mapy będą działać to skasuj
* zamykanie pliku z mapą
2007-07-10 02:46:38 +00:00
Michał W. Urbańczyk
9f7fe32284 Usunę, bo znowu mi się przez przypadek wgra. 2007-07-09 23:37:45 +00:00
mateuszb
9e8f126215 częściowy bugfix, nie mam możliwości dokończyć 2007-07-09 15:02:08 +00:00
mateuszb
a5eff43d24 drobna poprawka i bugreport - PRAWIE ŻADNA MAPA SIĘ NIE WCZYTUJE 2007-07-09 12:53:58 +00:00
mateuszb
c027557479 różne poprawki, jest ogólnie lepiej 2007-07-09 11:40:39 +00:00
Michał W. Urbańczyk
6711c6eed8 * [new] zaczytywanie bitmap prosto z loda - UWAGA: nie działa twoje robienie bmpa z pcxa w pamięci, więc jest bufor
dyskowy
* [new] uniezależnienie VCMI od rozprutych lodów
* [new] CAmbarCendamo może przyjąć do odczytu mapę w pamięci
* [bugfix] poprawione generowanie nagłówka BMPa
* [bugfix] w nowym handlerze nie dałeś stdafxa
* [new] CPregame korzysta bezpośrednio z lodów
* [change] CPCXConv przy otwieraniu z pamięci nie kopiuje źródla, tylko sie na nie ustawia
* [removed] wskaźnik procentowy przy czytaniu defów - 2 razy szybciej wczytuje się mapa
* [new] odpalanie wybranego scenariusza
* [new] strzałkami można rpzesuwać wybrany scenariusz, ale działa tylko gdy nie wybrano filtru (kiedy indziej 

dokończę)
2007-07-09 05:57:30 +00:00