| 
Sausage  Administrator 
Joined: 26th Jul 2008Posts: 1346
 
  SVN Snapshots 
16 years, 39 weeks agoSVN snapshots of the latest EOSERV code can now be found at https://eoserv.net/pub/files/snaps/. Edit: also, svn://eoserv.net/eoserv/ (read only) and trac https://eoserv.net:8000/eoserv/
 |  
		| 
wutlol 
Joined: 23rd Nov 2008Posts: 9
 
  Re: SVN Snapshots 
16 years, 39 weeks agoAwesome.
 Just letting you know you have an infinite loop on packet.cpp line 117.
 
 How far are you?
 
 |  
		| 
Deciple 
Joined: 15th Feb 2009Posts: 2
 
  Re: SVN Snapshots 
16 years, 39 weeks agoI dont quite understand what im supposed to do with these files. Any one help me?
 |  
		| 
Sausage  Administrator 
Joined: 26th Jul 2008Posts: 1346
 
  Re: SVN Snapshots 
16 years, 39 weeks agowutlol posted: (15th Feb 2009 01:17 am)
 
 Awesome.
 Just letting you know you have an infinite loop on packet.cpp line 117.
 
 How far are you?
 
 Yeah, I noticed that :P I'm too busy trying to get it to run on linux right now though.
 You can't tell how far I am from what you see? |  
		| 
Deciple 
Joined: 15th Feb 2009Posts: 2
 
  Re: SVN Snapshots 
16 years, 39 weeks agosausage,can you help me real quick? im not sure what to do with the files..i have every version of eoserv since 0...to v1.3..thers no exe on this one..seems more like a source..no idea how to use. HELP PL0x
 |  
		| 
gdog159 
Joined: 21st Jan 2009Posts: 72
 
  Re: SVN Snapshots 
16 years, 39 weeks agois this done in c++?? and did u use code blocks? edit: nevermind it works well.. well the loging in bit lol NICE WORK MATE!!!
 |  
		| 
Eco 
Joined: 27th Jul 2008Posts: 21
 
  Re: SVN Snapshots 
16 years, 39 weeks agoIm using Dev-cpp and it works fine.
 |  
		| 
Serhan  
Joined: 15th Feb 2009Posts: 19
 
  Re: SVN Snapshots 
16 years, 39 weeks agoI used Dev-cpp i made off all things but i got this error in Account.cpp
 CLIENT_F_FUNC(Account)
 
 Handlers folder's have some files and this files got that error CLIENT_F_FUNC
 
 how to i solve this error?
 
 
 |  
		| 
wutlol 
Joined: 23rd Nov 2008Posts: 9
 
  Re: SVN Snapshots 
16 years, 39 weeks agoGuys, these are source snapshots (unstable ones); I recommend using Code::Blocks bundled with MinGW to compile it. (unzip it, go to project dir and open mingw.cbp, then Build menu -> Build.)
 Good luck Sausage.
 
 EDIT: I should actually read your code, lol. Good work, maybe in a couple weeks we'll be able to get to the map? :P
 
 |  
		| 
gdog159 
Joined: 21st Jan 2009Posts: 72
 
  Re: SVN Snapshots 
16 years, 39 weeks ago
wutlol posted: (16th Feb 2009 03:40 am)
 
 Guys, these are source snapshots (unstable ones); I recommend using Code::Blocks bundled with MinGW to compile it. (unzip it, go to project dir and open mingw.cbp, then Build menu -> Build.)
 Good luck Sausage.
 
 EDIT: I should actually read your code, lol. Good work, maybe in a couple weeks we'll be able to get to the map? :P
 
 
yeah thats what i used it works good =P
 |  
		| 
Serhan  
Joined: 15th Feb 2009Posts: 19
 
  Re: SVN Snapshots 
16 years, 39 weeks agoI built it, client stucked at updating amp and console write;
 Recieving message...
 Welcome[5]_Agree[5] from 127.0.0.1
 Action handler failed
 Full message recieved.
 
 ----
 
 what should i do?
 
 |  
		| 
		|  Re: SVN Snapshots
16 years, 39 weeks ago |  
		| 
		|  Re: SVN Snapshots 
16 years, 39 weeks agoIve got the Code::Block thing but when i try to build it it says theres nothing to be done....... What do i do?
 |  
		| 
Serhan  
Joined: 15th Feb 2009Posts: 19
 
  Re: SVN Snapshots 
16 years, 36 weeks ago||=== eoserv, Debug ===|..\src\database.hpp|11|mysql.h: No such file or directory|
 ..\src\database.hpp|14|sqlite3.h: No such file or directory|
 ..\src\database.hpp|66|error: ISO C++ forbids declaration of `MYSQL' with no type|
 ..\src\database.hpp|66|error: expected `;' before '*' token|
 ..\src\database.hpp|69|error: ISO C++ forbids declaration of `sqlite3' with no type|
 ..\src\database.hpp|69|error: expected `;' before '*' token|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp||In member function `void Database::Connect(Database::Engine, std::string, std::string, std::string, std::string)':|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|39|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|39|error: `mysql_init' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|41|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|41|error: `mysql_error' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|41|warning: unused variable 'mysql_error'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|39|warning: unused variable 'mysql_init'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|43|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|43|error: `mysql_real_connect' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|43|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|45|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|45|error: `mysql_error' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|45|warning: unused variable 'mysql_error'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|43|warning: unused variable 'mysql_real_connect'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|47|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|47|error: `mysql_select_db' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|49|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|49|error: `mysql_error' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|49|warning: unused variable 'mysql_error'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|47|warning: unused variable 'mysql_select_db'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|56|error: 'union Database::handle' has no member named 'sqlite_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|56|error: `sqlite3_open' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|56|error: `SQLITE_OK' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|56|warning: unused variable 'sqlite3_open'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|56|warning: unused variable 'SQLITE_OK'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp||In member function `Database_Result Database::Query(const char*, ...)':|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|91|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|91|error: `mysql_real_escape_string' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|99|error: `sqlite3_mprintf' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|101|error: `sqlite3_free' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|91|warning: unused variable 'mysql_real_escape_string'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|99|warning: unused variable 'sqlite3_mprintf'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|101|warning: unused variable 'sqlite3_free'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|120|error: `MYSQL_RES' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|120|error: `mresult' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|121|error: `MYSQL_FIELD' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|121|error: `fields' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|124|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|124|error: `mysql_real_query' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|126|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|126|error: `mysql_error' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|126|warning: unused variable 'mysql_error'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|124|warning: unused variable 'mysql_real_query'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|129|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|129|error: `mysql_field_count' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|131|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|131|error: `mysql_store_result' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|135|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|135|error: `mysql_affected_rows' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|135|warning: unused variable 'mysql_affected_rows'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|140|error: 'union Database::handle' has no member named 'mysql_handle'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|140|error: `mysql_error' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|140|warning: unused variable 'mysql_error'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|131|warning: unused variable 'mysql_store_result'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|144|error: `mysql_fetch_fields' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|error: `MYSQL_ROW' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|error: expected `;' before "row"|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|error: `row' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|error: `mysql_fetch_row' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|152|error: `IS_NUM' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|152|warning: unused variable 'IS_NUM'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|warning: unused variable 'mysql_fetch_row'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|146|warning: unused variable 'MYSQL_ROW'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|179|error: `mysql_free_result' was not declared in this scope|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|120|warning: unused variable 'MYSQL_RES'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|121|warning: unused variable 'MYSQL_FIELD'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|129|warning: unused variable 'mysql_field_count'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|144|warning: unused variable 'mysql_fetch_fields'|
 C:\Documents and Settings\Administrator\Desktop\eoserv-trunk-r20\trunk\src\database.cpp|179|warning: unused variable 'mysql_free_result'|
 ||=== Build finished: 49 errors, 24 warnings ===|
 
 what i sould do?
 
 |  
		| 
Sausage  Administrator 
Joined: 26th Jul 2008Posts: 1346
 
  Re: SVN Snapshots 
16 years, 36 weeks agoSerhan posted: (8th Mar 2009 11:00 am)
 
 ||=== eoserv, Debug ===|..\src\database.hpp|11|mysql.h: No such file or directory|
 ..\src\database.hpp|14|sqlite3.h: No such file or directory|
 [snip]
 
 
 You need the mysql and sqlite3 libraries. |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |