index
:
ml/hercules
tmw2
Hercules
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
map
/
quest.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-05
- Undid r16968: SVN Replaced with source:/trunk/src/@16966 (tid:74924).
brianluau
1
-256
/
+260
2012-11-25
Applied AStyle code formating as discussed on tid:74602.
greenboxal2
1
-260
/
+256
2012-08-17
Added @reloadquestdb as per Script / DB Developer Joseph request.
shennetsind
1
-54
/
+46
2012-02-16
- Removed outdated version number handling (follow-up to r11503).
gepard1984
1
-1
/
+0
2012-01-30
- Removed more trailing tabs.
brianluau
1
-1
/
+1
2011-12-17
added anti-bad-scripting check to quest.c, bugreport:5012
shennetsind
1
-7
/
+10
2011-06-26
Fixed quest index memory corruption when adding new quests (since r14039, bug...
ultramage
1
-1
/
+1
2011-04-20
* Fixed quest_check checking exactly 3 quest objectives instead of MAX_QUEST_...
Gepard
1
-12
/
+8
2010-12-07
* Reverted r14563, due to multiple issues which render the source malfunction...
ai4rei
1
-1
/
+1
2010-12-07
Changed almost all instances of sprintf() to snprintf().
Paradox924X
1
-1
/
+1
2010-11-14
* Updated quest_read_db. Might need reviewing. ;-;
L0ne_W0lf
1
-1
/
+7
2010-10-09
Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.
Paradox924X
1
-2
/
+2
2009-12-08
Corrected a variable defined in a header file.
ultramage
1
-0
/
+4
2009-10-27
Fixed quest will never get erased when it's the only quest you have.
Inkfish
1
-0
/
+5
2009-09-13
* Progressbar aborts when player is attacked.
Inkfish
1
-0
/
+22
2009-09-12
* Clarified the names of some questlog functions and eventually implemented k...
Inkfish
1
-13
/
+9
2009-09-04
Added missing memmove() when adding quests. Sorry, can't be more careless...
Inkfish
1
-0
/
+1
2009-09-04
add missing memmove (follow up to r14036)
Inkfish
1
-0
/
+4
2009-09-04
* QuestLog Fix.
Inkfish
1
-34
/
+19
2009-08-21
Fixed the wrong packet length makes client choke when add_quest packets are s...
Inkfish
1
-8
/
+3
2009-08-12
Fixed changequest behavior(before: completequest+setquest, now: erasequest+se...
Inkfish
1
-13
/
+1
2009-08-02
* Questlog code cleanup.
Inkfish
1
-21
/
+21
2009-07-28
Corrected two mistakes when I was trying to do some tricks...
Inkfish
1
-2
/
+2
2009-07-28
* Some more updates to Quest Log
Inkfish
1
-110
/
+95
2009-07-26
Fixed mob counts and quest states are not saved properly sometimes
Inkfish
1
-5
/
+5
2009-07-26
* Some updates of Quest Log system
Inkfish
1
-3
/
+10
2009-07-25
Rewrote Quest Log system.
Inkfish
1
-67
/
+236
2008-04-26
Added script function hasquest.
Kevin
1
-0
/
+9
2008-04-15
* Corrected some invalid syntax in skill_db.txt (wrong usage of commas)
ultramage
1
-1
/
+1
2008-04-14
Some more updates to the quest log system. It has been completely moved to th...
Kevin
1
-17
/
+0
2008-04-13
Major updates to the quest system.
Kevin
1
-7
/
+74
2008-04-11
Changed eol-style to native for these files.
Kevin
1
-142
/
+142
2008-04-11
Finished most of the quest log code, still bits here and there but it's usabl...
Kevin
1
-8
/
+9
2008-04-11
Some quest log changes and removed one of the set char offline calls that was...
Kevin
1
-0
/
+4
2008-04-11
More questlog code.
Kevin
1
-0
/
+137