summaryrefslogblamecommitdiff
path: root/ChangeLog
blob: b9cc74b98cf449fcf66698d31b5e6d128d3394f0 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11

                                                  

                                                                      






                                                                      







                                                                        





                                                                      

                                            



                                                                         

                                            




                                                                          
 

                                            




                                                                           


                                            

                                                                          
 

                                            






                                                                  


                                            



                                                                         
                                                  
 





                                                                         
2005-12-05  Yohann Ferreira  <bertram@cegetel.net>

        * src/dalstorage.cpp: Added a working getEmailList() function.
        * src/accounthandler: Now tests if email already exists.
        * src/accounthandler.cpp, src/defines.h: Strengthens the way
        email addresses checked. Added good response for selecting
        a char when not logged.
        * src/storage.h, src/dalstorage.h, src/dalstorage.cpp: Added
        the getEmailList function, doesn't seem to work, but committed
        to see why.

2005-12-03  Yohann Ferreira  <bertram@cegetel.net>

        * src/accounthandler.cpp: Handling good conditions to register.
        Still lacks checking if the Email already exists.
        * src/dalstorage.cpp: Fixed a bug that throwed an exception when
        logging with an account that had no mapInfo yet.
        Still has to set these to defaults in such case.

2005-12-02  Yohann Ferreira  <bertram@cegetel.net>

        * src/main.cpp, src/accounthandler.h, src/accounthandler.cpp,
        src/configuration.h: Made the accounthandler reopen the db for
        SQLite to enable registering ! Now working.

2005-11-21  Aaron Marks  <nymacro@gmail.com>

        * src/state.cpp: Re-ordered a few statements to work better.
        * src/dalstorage.cpp: Now sets being's current map when getting a
        player's account.

2005-11-16  Aaron Marks  <nymacro@gmail.com>

        * src/state.h, src/state.cpp: Updated world related functions.
        * src/accounthandler.cpp: Now adds players who have selected a
        character to the game world.
        * src/object.h: Updated to include member variable for current map
        the object is located.

2005-11-15  Aaron Marks  <nymacro@gmail.com>

        * src/state.h, src/state.cpp: Updated world representation, added
        various methods which provide easy access to the game world.
        * src/defines.h: Added "private message" message.
        * src/client.cpp, scripts/init.rb: Added experimental remote access
        to Ruby's functionality.

2005-11-14  Aaron Marks  <nymacro@gmail.com>

        * src/bindings.i: Enabled "directors", allowing scripting language
        to override virtual functions.

2005-11-12  Aaron Marks  <nymacro@gmail.com>

        * src/main.cpp: Added scripting with Ruby support
        * src/bindings.i: Created basic SWIG bindings.
        * src/Makefile.am: Updated to support Ruby & generate SWIG
        bindings.
        * configure.ac: Updated to detect SWIG & Ruby, using them
        appropriately.
        * scripts/init.rb: Server initialization test script.

2005-11-10  Aaron Marks  <nymacro@gmail.com>

        * src/client.cpp: Updated client to support moving and equipping.
        * src/being.h, src/being.cpp: Added "hasItem"
        * src/state.cpp: Added beings updating.

2005-10-24  Yohann Ferreira  <Bertram@cegetel.net>

        * src/main.cpp: Added more useful infos at startup.
        * src/dal/dataprovider.h, src/dal/dataprovider.cpp,
        src/dal/sqlitedataprovider.cpp, src/dal/mysqldataprovider.cpp,
        src/dal/pqdataprovider.cpp, src/main.cpp, src/client.cpp:
        Grammar corrections, and a little bit of work on getting the name
        of the Db.