Page 2 of 63 FirstFirst 1234561252 ... LastLast
Results 11 to 20 of 621

  Click here to go to the first Developer post in this thread.  

Thread: JayArma2Lib

  1. #11
    Quote Originally Posted by armatech View Post
    Any chance your could add mysql support.
    Also is there any chance of the source code for this as i would love to learn how to do dll injections
    #1. Nou hit the nail on the head for these. I can see the desire for mysql server side; but performance wise, unless your topping 20,000 records, sqlite in-memory will be faster, hence I'll be sticking with that (same syntax anyways).

    #2. no, source code for the actual DLL's wont be released. I am making an "extension" API for 3rd parties can load up as well and "register" commands with my library.

  2. #12
    Beta 2 complete.

    - Made named pipe reading non-blocking, readpipe will always return immidiately; and null if no data was avialable
    - fixed clock syncing
    - fixed a few crashes where values wern't being checked correctly
    - implemented Addon structure
    - Changed kbAddTopic name back to original; now passthru to function if the call isnt for us. Fix for ALICE/FUNCTIONS/whatever foo
    - initial SQL functions are in but function calls not implemented
    - DLL Extensions integrated and avialable
    - Functions renamed for CBA function declarations
    - Now requires CBA

  3. #13
    Updated beta release frontpaged on the Armaholic homepage to spread the word. Not mirrored since its only an initial release for preview and peer review



  4. #14
    Cool release.

    Not long ago, you were going to implement DirectInput mouse coords/buttons... that still going to make it in?

  5. #15
    Yup, it will be making it in; I just haven't completed DirectX hooking completely yet.

    This is last beta until I push a V1 final.

  6. #16
    Good to hear! Impressive work so far.

  7. #17
    Private First Class TomNedry's Avatar
    Join Date
    Dec 18 2006
    Location
    Vienna, Austria
    Posts
    37
    Nice work indeed...

    I guess that's no way to get it working with linux?

  8. #18
    Quote Originally Posted by TomNedry View Post
    Nice work indeed...

    I guess that's no way to get it working with linux?
    For dedicated server?

    There is, it will just take some porting on my part. I'll make a ticket of it and see

  9. #19
    missing the getURL function to request a file as string from URL (maybe with cUrl)

    nice work!

  10. #20
    Any chance for a fast 1.07 support?

Page 2 of 63 FirstFirst 1234561252 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •